diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-26 08:48:38 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-26 08:51:31 -0500 |
commit | 09815995b6ded6865c43bf640e9c6220283ec093 (patch) | |
tree | dace1bb3fe923aca3ed15a07ce3693d2e7cfd3e9 /ci/maas/orange/pod2 | |
parent | c18c5c253f07ea5689ce359057d5d96c60ea6bf0 (diff) |
include the similar naming convention across the labs.
fix the bug in deployment of neutron-api
Change-Id: I95cf4e7a3c9c6b5df7ffe5431cb8cb0edb64f828
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/maas/orange/pod2')
-rwxr-xr-x | ci/maas/orange/pod2/deployment.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ci/maas/orange/pod2/deployment.yaml b/ci/maas/orange/pod2/deployment.yaml index 41c0f18e..7af5ea8a 100755 --- a/ci/maas/orange/pod2/deployment.yaml +++ b/ci/maas/orange/pod2/deployment.yaml @@ -10,10 +10,10 @@ demo-maas: # Contains the virtual machine parameters for creating the MAAS virtual # server. Here you can configure the name of the virsh domain, the # parameters for how the network is attached. - name: maas2 + name: opnfv-maas-orange interfaces: ['bridge=brAdm,model=virtio', 'bridge=brData,model=virtio', 'bridge=brStorage,model=virtio'] - memory: 3072 - vcpus: 1 + memory: 4096 + vcpus: 4 arch: amd64 pool: default disk_size: 120G @@ -46,7 +46,7 @@ demo-maas: settings: main_archive: http://fr.archive.ubuntu.com/ubuntu upstream_dns: 8.8.8.8 - maas_name: maas2 + maas_name: orangepod2 # kernel_opts: "console=tty0 console=ttyS1,115200n8" # ntp_server: ntp.ubuntu.com @@ -279,7 +279,7 @@ demo-maas: juju-bootstrap: name: bootstrap interfaces: ['bridge=brAdm,model=virtio'] - memory: 3072 + memory: 4096 vcpus: 2 arch: amd64 pool: default |