diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-23 09:37:28 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-23 09:37:28 -0600 |
commit | 230e6a9d6617d0cff1f941084779701475ef15b4 (patch) | |
tree | 3b641eeb5cf608426f3b54ae18916dc90b7e7856 /ci/maas/intel/pod5 | |
parent | d85c2f870c53465f6d83cf6a3e14c859ddf5e587 (diff) |
modified intelpod5 interfaces to remove the need of special charms.
Change-Id: Ibf93074eb56807d6c3f9b0191bf02df063248f26
Diffstat (limited to 'ci/maas/intel/pod5')
-rwxr-xr-x | ci/maas/intel/pod5/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/maas/intel/pod5/deployment.yaml b/ci/maas/intel/pod5/deployment.yaml index bacf6aa5..de5c29c0 100755 --- a/ci/maas/intel/pod5/deployment.yaml +++ b/ci/maas/intel/pod5/deployment.yaml @@ -22,7 +22,7 @@ demo-maas: apt_http_proxy: apt_sources: - - ppa:maas/stable + - ppa:maas/next - ppa:juju/stable # Virsh power settings @@ -227,7 +227,7 @@ demo-maas: # node virtual machine juju-bootstrap: name: bootstrap - interfaces: ['bridge=brAdm,model=virtio','bridge=brData,model=virtio','bridge=brPublic,model=virtio'] + interfaces: ['bridge=brAdm,model=virtio','bridge=brPublic,model=virtio'] memory: 4096 vcpus: 4 arch: amd64 |