-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only apply flattening overlay when deploying on openstack provider. Add overlay that requests non-virtual machines when deploying on maas.
- Loading branch information
Showing
12 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
development/openstack-base-bionic-ussuri-ovn/tests/bundles/overlays/maas/bundle.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
machines: | ||
'0': | ||
series: bionic | ||
constraints: tags=^virtual | ||
'1': | ||
series: bionic | ||
constraints: tags=^virtual | ||
'2': | ||
series: bionic | ||
constraints: tags=^virtual |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...ent/openstack-base-eoan-train-mysql8-migration/tests/bundles/overlays/maas/bundle.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
machines: | ||
'0': | ||
series: eoan | ||
constraints: tags=^virtual | ||
'1': | ||
series: eoan | ||
constraints: tags=^virtual | ||
'2': | ||
series: eoan | ||
constraints: tags=^virtual | ||
'3': | ||
series: eoan | ||
constraints: tags=^virtual |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
development/openstack-base-eoan-train-mysql8-ovn/tests/bundles/overlays/maas/bundle.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
machines: | ||
'0': | ||
series: eoan | ||
constraints: tags=^virtual | ||
'1': | ||
series: eoan | ||
constraints: tags=^virtual | ||
'2': | ||
series: eoan | ||
constraints: tags=^virtual |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
development/openstack-base-focal-ussuri-ovn/tests/bundles/overlays/maas/bundle.yaml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
machines: | ||
'0': | ||
series: focal | ||
constraints: tags=^virtual | ||
'1': | ||
series: focal | ||
constraints: tags=^virtual | ||
'2': | ||
series: focal | ||
constraints: tags=^virtual |
File renamed without changes.