Concurrent Releases #71
Labels
No labels
ACS 4.15
Doing
Regression
To Do
critical
enhancement
major
minor
operations
patch
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
privazio/ansible-collection-vdc#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ACS Releases rely on specific Vagrant VM names and IP spaces used on VLAN 20
It would be good to be able to run as many releases as possible in parallel.
For that a ACS ID could be used, from 1 to 254, and used that ID to name the Vagrant VMs as well as the public network on VLAN 20
10.20.ID.0/24 can be used as public IPs both for System VMs and and VMs.
The Pipeline ID can be used to calculate the ACS ID with bc
The pipeline ID can be get from $CI_PIPELINE_ID
That would return the ACS ID and with that derive other names, etc.
mentioned in issue #75
mentioned in issue #79
mentioned in commit
91074350a2