温柔的上铺 · 港股新股市场升温 ...· 3 周前 · |
温暖的枕头 · matlab如何字符串中去除多余空格 - ...· 1 月前 · |
有腹肌的小熊猫 · Developing with ...· 5 月前 · |
冷静的树叶 · 核芯利希特兑换码最新-核芯利希特礼包码兑换码 ...· 6 月前 · |
绅士的杨桃 · 使用 moment js ...· 10 月前 · |
Nominate for the IBM Champions program by 15 November!
Hi Community,
I am trying to deploy AppHost to our deployment, and then migrate existing apps from integration server to AppHost.
However, I could not find any document describing the procedure apart from migration between AppHosts.
In case of NO MIGRATION is possible, I have tried to build a new AppHost (stand-alone software) in our isolated environment.
I was stuck in the last step of pairing with SOAR platform.
The status on web GUI of the AppHost was shown as 'Paired'.
And when I checked the status of k3s, it showed error message,
apphost1.localhost k3s[28894]: E0201 22:56:37.737579 28894 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "docker.io/rancher/pause:3.1"
apphost1.localhost k3s[28894]: E0201 22:56:37.737774 28894 pod_workers.go:191] Error syncing pod
I guess it is due to absence of proxy configuration.
Does having a private repository have an effect on it?
To sum up my questions,
1. Is there a migration procedure from integration server to AppHost.
2. Is it possible to build an AppHost in an isolated environment? If internet connection is needed for certain steps, can I disconnect after the initial setup?
3. Which step do I perform setting up a private repository? Before or after AppHost is successfully paired? Does it bypass internet connection if it is set up?
Reference
https://www.ibm.com/docs/en/sqsp/47?topic=installation-install-app-host
https://www.ibm.com/docs/en/sqsp/47?topic=guide-private-repository
https://community.ibm.com/community/user/security/discussion/resilient-apphost-pairing-fails
https://www.ibm.com/support/pages/node/6321353
https://community.ibm.com/community/user/security/communities/community-home/digestviewer/viewthread?MessageKey=4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df&CommunityKey=d2f71e8c-108e-4652-b59c-29d61af7163e&tab=digestviewer#bm4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df
------------------------------
Thank you!
Philip Ng
------------------------------
Hey Philip,
I am not sure if there is any official documentation about how to migrate. However, I can try to explain a few things here.
Migration:
Air-Gapped Deployment of AppHost:
An air-gapped environment will require you to create your own app registry. This will involve creating an app registry and sync over the apps that you will be using into your private registry. Then you will need to do a few configuration changes to the AppHost to link it to the private registry. I have actually created a video series on this as I got asked about this quite a bit. Take a look! https://www.youtube.com/playlist?list=PLTLN10cI6swAprESsrBbrvGRqaZ6FyYvu . The self created documentation for doing this is linked in the video which also include the official documentation links as well!
I think the last one covers both of your last 2 questions, but let me know if you need any more information! Part of that deployment will be after creating the app registry moving it so it doesn't have an internet connection, hence the air-gapped.
Hope this all helps in your migration!
Hi Community,
I am trying to deploy AppHost to our deployment, and then migrate existing apps from integration server to AppHost.
However, I could not find any document describing the procedure apart from migration between AppHosts.
In case of NO MIGRATION is possible, I have tried to build a new AppHost (stand-alone software) in our isolated environment.
I was stuck in the last step of pairing with SOAR platform.
The status on web GUI of the AppHost was shown as 'Paired'.
And when I checked the status of k3s, it showed error message,
apphost1.localhost k3s[28894]: E0201 22:56:37.737579 28894 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "docker.io/rancher/pause:3.1"
apphost1.localhost k3s[28894]: E0201 22:56:37.737774 28894 pod_workers.go:191] Error syncing pod
I guess it is due to absence of proxy configuration.
Does having a private repository have an effect on it?
To sum up my questions,
1. Is there a migration procedure from integration server to AppHost.
2. Is it possible to build an AppHost in an isolated environment? If internet connection is needed for certain steps, can I disconnect after the initial setup?
3. Which step do I perform setting up a private repository? Before or after AppHost is successfully paired? Does it bypass internet connection if it is set up?
Reference
https://www.ibm.com/docs/en/sqsp/47?topic=installation-install-app-host
https://www.ibm.com/docs/en/sqsp/47?topic=guide-private-repository
https://community.ibm.com/community/user/security/discussion/resilient-apphost-pairing-fails
https://www.ibm.com/support/pages/node/6321353
https://community.ibm.com/community/user/security/communities/community-home/digestviewer/viewthread?MessageKey=4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df&CommunityKey=d2f71e8c-108e-4652-b59c-29d61af7163e&tab=digestviewer#bm4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df
------------------------------
Thank you!
Philip Ng
------------------------------
Hi Nick,
Thank you for your detailed explanation!
I have watched the videos you shared and I would like to clarify few points.
In your lab environment, there are 3 VMs: SOAR, AppHost, Intergration.
My understanding on their roles/functions in an air-gapped environment are,
Integration (Internet required): Establish private registry, generate keys, mirror repositories, etc.
AppHost (air-gapped): Copy everything generated in Integration above.
SOAR (air-gapped): Manage apps and other functions.
In conclusion,
I need to have an Integration server that is accessible to the internet for the initial setup.
And for the entire procedure of (air-gapped) AppHost installation,
AppHost only needs connection to Integration and SOAR but not the internet.
Please advise if the concept is right.
Thank you for your help again!
Hey Philip,
I am not sure if there is any official documentation about how to migrate. However, I can try to explain a few things here.
Migration:
Air-Gapped Deployment of AppHost:
An air-gapped environment will require you to create your own app registry. This will involve creating an app registry and sync over the apps that you will be using into your private registry. Then you will need to do a few configuration changes to the AppHost to link it to the private registry. I have actually created a video series on this as I got asked about this quite a bit. Take a look! https://www.youtube.com/playlist?list=PLTLN10cI6swAprESsrBbrvGRqaZ6FyYvu . The self created documentation for doing this is linked in the video which also include the official documentation links as well!
I think the last one covers both of your last 2 questions, but let me know if you need any more information! Part of that deployment will be after creating the app registry moving it so it doesn't have an internet connection, hence the air-gapped.
Hope this all helps in your migration!
Hi Community,
I am trying to deploy AppHost to our deployment, and then migrate existing apps from integration server to AppHost.
However, I could not find any document describing the procedure apart from migration between AppHosts.
In case of NO MIGRATION is possible, I have tried to build a new AppHost (stand-alone software) in our isolated environment.
I was stuck in the last step of pairing with SOAR platform.
The status on web GUI of the AppHost was shown as 'Paired'.
And when I checked the status of k3s, it showed error message,
apphost1.localhost k3s[28894]: E0201 22:56:37.737579 28894 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "docker.io/rancher/pause:3.1"
apphost1.localhost k3s[28894]: E0201 22:56:37.737774 28894 pod_workers.go:191] Error syncing pod
I guess it is due to absence of proxy configuration.
Does having a private repository have an effect on it?
To sum up my questions,
1. Is there a migration procedure from integration server to AppHost.
2. Is it possible to build an AppHost in an isolated environment? If internet connection is needed for certain steps, can I disconnect after the initial setup?
3. Which step do I perform setting up a private repository? Before or after AppHost is successfully paired? Does it bypass internet connection if it is set up?
Reference
https://www.ibm.com/docs/en/sqsp/47?topic=installation-install-app-host
https://www.ibm.com/docs/en/sqsp/47?topic=guide-private-repository
https://community.ibm.com/community/user/security/discussion/resilient-apphost-pairing-fails
https://www.ibm.com/support/pages/node/6321353
https://community.ibm.com/community/user/security/communities/community-home/digestviewer/viewthread?MessageKey=4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df&CommunityKey=d2f71e8c-108e-4652-b59c-29d61af7163e&tab=digestviewer#bm4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df
------------------------------
Thank you!
Philip Ng
------------------------------
The integration server can be any server that is running your app registry. There are other ways to keep the app registry air-gapped the entire time, but you will need to have at least 1 system that is not to pull images from online registries your private registry so I found this to be the easiest method. Other than that you seemed to get all of the concepts that I documented. I did have someone let me know that there are some version changes from the version I did my video on to v51. I have marked those below and will update the documentation linked in the description of the video when I get a chance!
Hi Nick,
Thank you for your detailed explanation!
I have watched the videos you shared and I would like to clarify few points.
In your lab environment, there are 3 VMs: SOAR, AppHost, Intergration.
My understanding on their roles/functions in an air-gapped environment are,
Integration (Internet required): Establish private registry, generate keys, mirror repositories, etc.
AppHost (air-gapped): Copy everything generated in Integration above.
SOAR (air-gapped): Manage apps and other functions.
In conclusion,
I need to have an Integration server that is accessible to the internet for the initial setup.
And for the entire procedure of (air-gapped) AppHost installation,
AppHost only needs connection to Integration and SOAR but not the internet.
Please advise if the concept is right.
Thank you for your help again!
Hey Philip,
I am not sure if there is any official documentation about how to migrate. However, I can try to explain a few things here.
Migration:
Air-Gapped Deployment of AppHost:
An air-gapped environment will require you to create your own app registry. This will involve creating an app registry and sync over the apps that you will be using into your private registry. Then you will need to do a few configuration changes to the AppHost to link it to the private registry. I have actually created a video series on this as I got asked about this quite a bit. Take a look! https://www.youtube.com/playlist?list=PLTLN10cI6swAprESsrBbrvGRqaZ6FyYvu . The self created documentation for doing this is linked in the video which also include the official documentation links as well!
I think the last one covers both of your last 2 questions, but let me know if you need any more information! Part of that deployment will be after creating the app registry moving it so it doesn't have an internet connection, hence the air-gapped.
Hope this all helps in your migration!
Hi Community,
I am trying to deploy AppHost to our deployment, and then migrate existing apps from integration server to AppHost.
However, I could not find any document describing the procedure apart from migration between AppHosts.
In case of NO MIGRATION is possible, I have tried to build a new AppHost (stand-alone software) in our isolated environment.
I was stuck in the last step of pairing with SOAR platform.
The status on web GUI of the AppHost was shown as 'Paired'.
And when I checked the status of k3s, it showed error message,
apphost1.localhost k3s[28894]: E0201 22:56:37.737579 28894 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "docker.io/rancher/pause:3.1"
apphost1.localhost k3s[28894]: E0201 22:56:37.737774 28894 pod_workers.go:191] Error syncing pod
I guess it is due to absence of proxy configuration.
Does having a private repository have an effect on it?
To sum up my questions,
1. Is there a migration procedure from integration server to AppHost.
2. Is it possible to build an AppHost in an isolated environment? If internet connection is needed for certain steps, can I disconnect after the initial setup?
3. Which step do I perform setting up a private repository? Before or after AppHost is successfully paired? Does it bypass internet connection if it is set up?
Reference
https://www.ibm.com/docs/en/sqsp/47?topic=installation-install-app-host
https://www.ibm.com/docs/en/sqsp/47?topic=guide-private-repository
https://community.ibm.com/community/user/security/discussion/resilient-apphost-pairing-fails
https://www.ibm.com/support/pages/node/6321353
https://community.ibm.com/community/user/security/communities/community-home/digestviewer/viewthread?MessageKey=4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df&CommunityKey=d2f71e8c-108e-4652-b59c-29d61af7163e&tab=digestviewer#bm4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df
------------------------------
Thank you!
Philip Ng
------------------------------
The integration server can be any server that is running your app registry. There are other ways to keep the app registry air-gapped the entire time, but you will need to have at least 1 system that is not to pull images from online registries your private registry so I found this to be the easiest method. Other than that you seemed to get all of the concepts that I documented. I did have someone let me know that there are some version changes from the version I did my video on to v51. I have marked those below and will update the documentation linked in the description of the video when I get a chance!
Hi Nick,
Thank you for your detailed explanation!
I have watched the videos you shared and I would like to clarify few points.
In your lab environment, there are 3 VMs: SOAR, AppHost, Intergration.
My understanding on their roles/functions in an air-gapped environment are,
Integration (Internet required): Establish private registry, generate keys, mirror repositories, etc.
AppHost (air-gapped): Copy everything generated in Integration above.
SOAR (air-gapped): Manage apps and other functions.
In conclusion,
I need to have an Integration server that is accessible to the internet for the initial setup.
And for the entire procedure of (air-gapped) AppHost installation,
AppHost only needs connection to Integration and SOAR but not the internet.
Please advise if the concept is right.
Thank you for your help again!
Hey Philip,
I am not sure if there is any official documentation about how to migrate. However, I can try to explain a few things here.
Migration:
Air-Gapped Deployment of AppHost:
An air-gapped environment will require you to create your own app registry. This will involve creating an app registry and sync over the apps that you will be using into your private registry. Then you will need to do a few configuration changes to the AppHost to link it to the private registry. I have actually created a video series on this as I got asked about this quite a bit. Take a look! https://www.youtube.com/playlist?list=PLTLN10cI6swAprESsrBbrvGRqaZ6FyYvu . The self created documentation for doing this is linked in the video which also include the official documentation links as well!
I think the last one covers both of your last 2 questions, but let me know if you need any more information! Part of that deployment will be after creating the app registry moving it so it doesn't have an internet connection, hence the air-gapped.
Hope this all helps in your migration!
Hi Community,
I am trying to deploy AppHost to our deployment, and then migrate existing apps from integration server to AppHost.
However, I could not find any document describing the procedure apart from migration between AppHosts.
In case of NO MIGRATION is possible, I have tried to build a new AppHost (stand-alone software) in our isolated environment.
I was stuck in the last step of pairing with SOAR platform.
The status on web GUI of the AppHost was shown as 'Paired'.
And when I checked the status of k3s, it showed error message,
apphost1.localhost k3s[28894]: E0201 22:56:37.737579 28894 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "docker.io/rancher/pause:3.1"
apphost1.localhost k3s[28894]: E0201 22:56:37.737774 28894 pod_workers.go:191] Error syncing pod
I guess it is due to absence of proxy configuration.
Does having a private repository have an effect on it?
To sum up my questions,
1. Is there a migration procedure from integration server to AppHost.
2. Is it possible to build an AppHost in an isolated environment? If internet connection is needed for certain steps, can I disconnect after the initial setup?
3. Which step do I perform setting up a private repository? Before or after AppHost is successfully paired? Does it bypass internet connection if it is set up?
Reference
https://www.ibm.com/docs/en/sqsp/47?topic=installation-install-app-host
https://www.ibm.com/docs/en/sqsp/47?topic=guide-private-repository
https://community.ibm.com/community/user/security/discussion/resilient-apphost-pairing-fails
https://www.ibm.com/support/pages/node/6321353
https://community.ibm.com/community/user/security/communities/community-home/digestviewer/viewthread?MessageKey=4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df&CommunityKey=d2f71e8c-108e-4652-b59c-29d61af7163e&tab=digestviewer#bm4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df
------------------------------
Thank you!
Philip Ng
------------------------------
Hey Yi,
I answered this on the video as well. The zip contains not only the code of the App, but also the customizations within SOAR meaning your playbooks, fields, artifact types, data tables and more that would be included in the integration.
Thanks!
Hi Nick,
Can you help advise what's usage of the zip file of the app as the image has been pushed?
The integration server can be any server that is running your app registry. There are other ways to keep the app registry air-gapped the entire time, but you will need to have at least 1 system that is not to pull images from online registries your private registry so I found this to be the easiest method. Other than that you seemed to get all of the concepts that I documented. I did have someone let me know that there are some version changes from the version I did my video on to v51. I have marked those below and will update the documentation linked in the description of the video when I get a chance!
Hi Nick,
Thank you for your detailed explanation!
I have watched the videos you shared and I would like to clarify few points.
In your lab environment, there are 3 VMs: SOAR, AppHost, Intergration.
My understanding on their roles/functions in an air-gapped environment are,
Integration (Internet required): Establish private registry, generate keys, mirror repositories, etc.
AppHost (air-gapped): Copy everything generated in Integration above.
SOAR (air-gapped): Manage apps and other functions.
In conclusion,
I need to have an Integration server that is accessible to the internet for the initial setup.
And for the entire procedure of (air-gapped) AppHost installation,
AppHost only needs connection to Integration and SOAR but not the internet.
Please advise if the concept is right.
Thank you for your help again!
Hey Philip,
I am not sure if there is any official documentation about how to migrate. However, I can try to explain a few things here.
Migration:
Air-Gapped Deployment of AppHost:
An air-gapped environment will require you to create your own app registry. This will involve creating an app registry and sync over the apps that you will be using into your private registry. Then you will need to do a few configuration changes to the AppHost to link it to the private registry. I have actually created a video series on this as I got asked about this quite a bit. Take a look! https://www.youtube.com/playlist?list=PLTLN10cI6swAprESsrBbrvGRqaZ6FyYvu . The self created documentation for doing this is linked in the video which also include the official documentation links as well!
I think the last one covers both of your last 2 questions, but let me know if you need any more information! Part of that deployment will be after creating the app registry moving it so it doesn't have an internet connection, hence the air-gapped.
Hope this all helps in your migration!
Hi Community,
I am trying to deploy AppHost to our deployment, and then migrate existing apps from integration server to AppHost.
However, I could not find any document describing the procedure apart from migration between AppHosts.
In case of NO MIGRATION is possible, I have tried to build a new AppHost (stand-alone software) in our isolated environment.
I was stuck in the last step of pairing with SOAR platform.
The status on web GUI of the AppHost was shown as 'Paired'.
And when I checked the status of k3s, it showed error message,
apphost1.localhost k3s[28894]: E0201 22:56:37.737579 28894 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "docker.io/rancher/pause:3.1"
apphost1.localhost k3s[28894]: E0201 22:56:37.737774 28894 pod_workers.go:191] Error syncing pod
I guess it is due to absence of proxy configuration.
Does having a private repository have an effect on it?
To sum up my questions,
1. Is there a migration procedure from integration server to AppHost.
2. Is it possible to build an AppHost in an isolated environment? If internet connection is needed for certain steps, can I disconnect after the initial setup?
3. Which step do I perform setting up a private repository? Before or after AppHost is successfully paired? Does it bypass internet connection if it is set up?
Reference
https://www.ibm.com/docs/en/sqsp/47?topic=installation-install-app-host
https://www.ibm.com/docs/en/sqsp/47?topic=guide-private-repository
https://community.ibm.com/community/user/security/discussion/resilient-apphost-pairing-fails
https://www.ibm.com/support/pages/node/6321353
https://community.ibm.com/community/user/security/communities/community-home/digestviewer/viewthread?MessageKey=4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df&CommunityKey=d2f71e8c-108e-4652-b59c-29d61af7163e&tab=digestviewer#bm4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df
------------------------------
Thank you!
Philip Ng
------------------------------
Thanks, Nick,
While I downloaded some APP zip files from APP exchange, I found that some of the apps put the dependency Python packages in the zip file.
Could you help advise when should we put the dependencies in the zip file? Can it be generated automatically?
------------------------------
Yi XIE
------------------------------
Original Message
Original Message:
Sent: Mon February 19, 2024 01:13 PM
From: Nick Mumaw
Subject: Migration from Integration Server to AppHost
Hey Yi,
I answered this on the video as well. The zip contains not only the code of the App, but also the customizations within SOAR meaning your playbooks, fields, artifact types, data tables and more that would be included in the integration.
Thanks!
Hi Nick,
Can you help advise what's usage of the zip file of the app as the image has been pushed?
The integration server can be any server that is running your app registry. There are other ways to keep the app registry air-gapped the entire time, but you will need to have at least 1 system that is not to pull images from online registries your private registry so I found this to be the easiest method. Other than that you seemed to get all of the concepts that I documented. I did have someone let me know that there are some version changes from the version I did my video on to v51. I have marked those below and will update the documentation linked in the description of the video when I get a chance!
Hi Nick,
Thank you for your detailed explanation!
I have watched the videos you shared and I would like to clarify few points.
In your lab environment, there are 3 VMs: SOAR, AppHost, Intergration.
My understanding on their roles/functions in an air-gapped environment are,
Integration (Internet required): Establish private registry, generate keys, mirror repositories, etc.
AppHost (air-gapped): Copy everything generated in Integration above.
SOAR (air-gapped): Manage apps and other functions.
In conclusion,
I need to have an Integration server that is accessible to the internet for the initial setup.
And for the entire procedure of (air-gapped) AppHost installation,
AppHost only needs connection to Integration and SOAR but not the internet.
Please advise if the concept is right.
Thank you for your help again!
Hey Philip,
I am not sure if there is any official documentation about how to migrate. However, I can try to explain a few things here.
Migration:
Air-Gapped Deployment of AppHost:
An air-gapped environment will require you to create your own app registry. This will involve creating an app registry and sync over the apps that you will be using into your private registry. Then you will need to do a few configuration changes to the AppHost to link it to the private registry. I have actually created a video series on this as I got asked about this quite a bit. Take a look! https://www.youtube.com/playlist?list=PLTLN10cI6swAprESsrBbrvGRqaZ6FyYvu . The self created documentation for doing this is linked in the video which also include the official documentation links as well!
I think the last one covers both of your last 2 questions, but let me know if you need any more information! Part of that deployment will be after creating the app registry moving it so it doesn't have an internet connection, hence the air-gapped.
Hope this all helps in your migration!
Hi Community,
I am trying to deploy AppHost to our deployment, and then migrate existing apps from integration server to AppHost.
However, I could not find any document describing the procedure apart from migration between AppHosts.
In case of NO MIGRATION is possible, I have tried to build a new AppHost (stand-alone software) in our isolated environment.
I was stuck in the last step of pairing with SOAR platform.
The status on web GUI of the AppHost was shown as 'Paired'.
And when I checked the status of k3s, it showed error message,
apphost1.localhost k3s[28894]: E0201 22:56:37.737579 28894 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "docker.io/rancher/pause:3.1"
apphost1.localhost k3s[28894]: E0201 22:56:37.737774 28894 pod_workers.go:191] Error syncing pod
I guess it is due to absence of proxy configuration.
Does having a private repository have an effect on it?
To sum up my questions,
1. Is there a migration procedure from integration server to AppHost.
2. Is it possible to build an AppHost in an isolated environment? If internet connection is needed for certain steps, can I disconnect after the initial setup?
3. Which step do I perform setting up a private repository? Before or after AppHost is successfully paired? Does it bypass internet connection if it is set up?
Reference
https://www.ibm.com/docs/en/sqsp/47?topic=installation-install-app-host
https://www.ibm.com/docs/en/sqsp/47?topic=guide-private-repository
https://community.ibm.com/community/user/security/discussion/resilient-apphost-pairing-fails
https://www.ibm.com/support/pages/node/6321353
https://community.ibm.com/community/user/security/communities/community-home/digestviewer/viewthread?MessageKey=4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df&CommunityKey=d2f71e8c-108e-4652-b59c-29d61af7163e&tab=digestviewer#bm4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df
------------------------------
Thank you!
Philip Ng
------------------------------
Hey Yi,
I have always just used the resilient-sdk command to package apps that I already had the integration part of them working. Never had to package additional content into them. I believe that it would likely already do that for you, but you do have the ability to change the docker file if need be to pull in linux packages if need be.
Thanks, Nick,
While I downloaded some APP zip files from APP exchange, I found that some of the apps put the dependency Python packages in the zip file.
Could you help advise when should we put the dependencies in the zip file? Can it be generated automatically?
------------------------------
Yi XIE
Original Message:
Sent: Mon February 19, 2024 01:13 PM
From: Nick Mumaw
Subject: Migration from Integration Server to AppHost
Hey Yi,
I answered this on the video as well. The zip contains not only the code of the App, but also the customizations within SOAR meaning your playbooks, fields, artifact types, data tables and more that would be included in the integration.
Thanks!
Hi Nick,
Can you help advise what's usage of the zip file of the app as the image has been pushed?
The integration server can be any server that is running your app registry. There are other ways to keep the app registry air-gapped the entire time, but you will need to have at least 1 system that is not to pull images from online registries your private registry so I found this to be the easiest method. Other than that you seemed to get all of the concepts that I documented. I did have someone let me know that there are some version changes from the version I did my video on to v51. I have marked those below and will update the documentation linked in the description of the video when I get a chance!
Hi Nick,
Thank you for your detailed explanation!
I have watched the videos you shared and I would like to clarify few points.
In your lab environment, there are 3 VMs: SOAR, AppHost, Intergration.
My understanding on their roles/functions in an air-gapped environment are,
Integration (Internet required): Establish private registry, generate keys, mirror repositories, etc.
AppHost (air-gapped): Copy everything generated in Integration above.
SOAR (air-gapped): Manage apps and other functions.
In conclusion,
I need to have an Integration server that is accessible to the internet for the initial setup.
And for the entire procedure of (air-gapped) AppHost installation,
AppHost only needs connection to Integration and SOAR but not the internet.
Please advise if the concept is right.
Thank you for your help again!
Hey Philip,
I am not sure if there is any official documentation about how to migrate. However, I can try to explain a few things here.
Migration:
Air-Gapped Deployment of AppHost:
An air-gapped environment will require you to create your own app registry. This will involve creating an app registry and sync over the apps that you will be using into your private registry. Then you will need to do a few configuration changes to the AppHost to link it to the private registry. I have actually created a video series on this as I got asked about this quite a bit. Take a look! https://www.youtube.com/playlist?list=PLTLN10cI6swAprESsrBbrvGRqaZ6FyYvu . The self created documentation for doing this is linked in the video which also include the official documentation links as well!
I think the last one covers both of your last 2 questions, but let me know if you need any more information! Part of that deployment will be after creating the app registry moving it so it doesn't have an internet connection, hence the air-gapped.
Hope this all helps in your migration!
Hi Community,
I am trying to deploy AppHost to our deployment, and then migrate existing apps from integration server to AppHost.
However, I could not find any document describing the procedure apart from migration between AppHosts.
In case of NO MIGRATION is possible, I have tried to build a new AppHost (stand-alone software) in our isolated environment.
I was stuck in the last step of pairing with SOAR platform.
The status on web GUI of the AppHost was shown as 'Paired'.
And when I checked the status of k3s, it showed error message,
apphost1.localhost k3s[28894]: E0201 22:56:37.737579 28894 remote_runtime.go:105] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "docker.io/rancher/pause:3.1"
apphost1.localhost k3s[28894]: E0201 22:56:37.737774 28894 pod_workers.go:191] Error syncing pod
I guess it is due to absence of proxy configuration.
Does having a private repository have an effect on it?
To sum up my questions,
1. Is there a migration procedure from integration server to AppHost.
2. Is it possible to build an AppHost in an isolated environment? If internet connection is needed for certain steps, can I disconnect after the initial setup?
3. Which step do I perform setting up a private repository? Before or after AppHost is successfully paired? Does it bypass internet connection if it is set up?
Reference
https://www.ibm.com/docs/en/sqsp/47?topic=installation-install-app-host
https://www.ibm.com/docs/en/sqsp/47?topic=guide-private-repository
https://community.ibm.com/community/user/security/discussion/resilient-apphost-pairing-fails
https://www.ibm.com/support/pages/node/6321353
https://community.ibm.com/community/user/security/communities/community-home/digestviewer/viewthread?MessageKey=4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df&CommunityKey=d2f71e8c-108e-4652-b59c-29d61af7163e&tab=digestviewer#bm4e253dc3-2ce7-4adc-adc8-9bccfc7ad6df
------------------------------
Thank you!
Philip Ng
------------------------------
温柔的上铺 · 港股新股市场升温 多只明星股IPO获热捧_中国财富网 3 周前 |
温暖的枕头 · matlab如何字符串中去除多余空格 - CSDN文库 1 月前 |
绅士的杨桃 · 使用 moment js 将分钟转换为天、小时和分钟_慕课猿问 10 月前 |