Skip to content

Commit

Permalink
Add provider specific overlays
Browse files Browse the repository at this point in the history
Only apply flattening overlay when deploying on openstack provider.

Add overlay that requests non-virtual machines when deploying on
maas.
  • Loading branch information
fnordahl committed Mar 24, 2020
1 parent 3d9c1e4 commit 038b904
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion development/openstack-base-bionic-ussuri-ovn/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# section of the [OpenStack Charms Deployment Guide](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/)
# for more information.
---
local_overlay_enabled: true
local_overlay_enabled: False
series: bionic
variables:
openstack-origin: &openstack-origin cloud:bionic-ussuri
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# section of the [OpenStack Charms Deployment Guide](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/)
# for more information.
---
local_overlay_enabled: true
local_overlay_enabled: False
series: eoan
variables:
openstack-origin: &openstack-origin distro
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# section of the [OpenStack Charms Deployment Guide](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/)
# for more information.
---
local_overlay_enabled: true
local_overlay_enabled: False
series: eoan
variables:
openstack-origin: &openstack-origin distro
Expand Down
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
2 changes: 1 addition & 1 deletion development/openstack-base-focal-ussuri-ovn/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# section of the [OpenStack Charms Deployment Guide](https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/)
# for more information.
---
local_overlay_enabled: true
local_overlay_enabled: False
series: focal
variables:
openstack-origin: &openstack-origin distro
Expand Down
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

0 comments on commit 038b904

Please sign in to comment.