Replies: 1 comment
-
|
@arpanbht , given that you haven’t got a reply yet, I think your questions are not clear for most. Maybe you need to expand on your topology.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys I need some solutions about how can i make ci/cd working on cross zone setup of cloudstack.
In our on prem architecture we crrently have one zone and inside that zone we have created a internal network of
10.1.0.0/16under a LAN network of172.16.17.0/24.We have made a jenkins setup with one master node and two worker nodes, and currently we can easily do the ci/cd to deploy frontend and backend applications into the vms we create with the ip of
10.1.0.0network say10.1.167.54.Now we want to make a seperate zone where if something goes down on zone 1 the vms will get migrated to other zone, but it will cause some issue:
If a new vm gets created with a random ip just like this internal network say
10.1.24.123then we have to use two seperate jenkins to do the ci/cd and trigger the pipeline.If we can manage to create a new vm with the exact same ip of the previous vm say
10.1.167.54then how will jenkins know it belongs to the same zone, cause currently jenkins can only see the vms belongs to its own zone.We need some help about this, If you guys needs to know some thing please let me know.
Beta Was this translation helpful? Give feedback.
All reactions