diff options
Diffstat (limited to 'ci/maas/att/virpod1/deployment.yaml')
-rw-r--r-- | ci/maas/att/virpod1/deployment.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ci/maas/att/virpod1/deployment.yaml b/ci/maas/att/virpod1/deployment.yaml index b8f37c71..0e781a96 100644 --- a/ci/maas/att/virpod1/deployment.yaml +++ b/ci/maas/att/virpod1/deployment.yaml @@ -22,7 +22,6 @@ demo-maas: apt_http_proxy: apt_sources: -# - ppa:maas/stable - ppa:maas/next - ppa:juju/stable @@ -101,19 +100,19 @@ demo-maas: tags: control architecture: amd64/generic mac_addresses: - - "B8:AE:ED:76:F9:FF" + - "<controller1-mac>" power: type: ether_wake - address: B8:AE:ED:76:F9:FF + address: <controller1-mac> - name: compute1 tags: compute architecture: amd64/generic mac_addresses: - - "B8:AE:ED:76:FB:C4" + - "<compute1-mac>" power: type: ether_wake - address: B8:AE:ED:76:FB:C4 + address: <compute1-mac> # Contains the virtual machine parameters for creating the Juju bootstrap # node virtual machine |