diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-17 19:55:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-17 19:55:56 +0000 |
commit | a72a52456135c2e298feeef6d75745ed657216c5 (patch) | |
tree | 5c0dd4ebf42e010dfd3255f969214056e7ed814f /labconfig/intel/pod6 | |
parent | 07437a3f83edef9102b526961004b64f93bb9e8b (diff) | |
parent | 943a83ac552121d599476661634d250a44be590b (diff) |
Merge "added new labconfig file for each lab also the default config file. User can send the url also to deployment.yaml file to the script. If can not copy the file then will use the file from labconfig directory."
Diffstat (limited to 'labconfig/intel/pod6')
-rwxr-xr-x | labconfig/intel/pod6/deployment.yaml | 94 | ||||
-rw-r--r-- | labconfig/intel/pod6/labconfig.yaml | 81 |
2 files changed, 175 insertions, 0 deletions
diff --git a/labconfig/intel/pod6/deployment.yaml b/labconfig/intel/pod6/deployment.yaml new file mode 100755 index 00000000..82f49b81 --- /dev/null +++ b/labconfig/intel/pod6/deployment.yaml @@ -0,0 +1,94 @@ +demo-maas: + juju-bootstrap: + arch: amd64 + disk_size: 120G + interfaces: + - bridge=brAdm,model=virtio + memory: 4096 + name: bootstrap + pool: default + vcpus: 4 + maas: + apt_http_proxy: null + apt_sources: + - ppa:maas/stable + - ppa:juju/stable + arch: amd64 + boot_source: + keyring_filename: /usr/share/keyrings/ubuntu-cloudimage-keyring.gpg + selections: + 1: + arches: amd64 + labels: release + os: ubuntu + release: xenial + subarches: '*' + url: http://maas.ubuntu.com/images/ephemeral-v2/releases/ + disk_size: 160G + interfaces: + - bridge=brAdm,model=virtio + ip_address: + memory: 4096 + name: opnfv-intelpod6 + network_config: + node_group_ifaces: + - broadcast_ip: + dynamic_range: + high: + low: + static_range: + high: + low: + - broadcast_ip: + dynamic_range: + high: + low: + static_range: + high: + low: + - broadcast_ip: + dynamic_range: + high: + low: + static_range: + high: + low: + nodes: + - architecture: + mac_addresses: + - + power: + address: + - architecture: + mac_addresses: + - + power: + address: + - architecture: + mac_addresses: + - + power: + address: + - architecture: + mac_addresses: + - + power: + address: + - architecture: + mac_addresses: + - + power: + address: + password: ubuntu + pool: default + release: trusty + settings: + maas_name: + main_archive: http://us.archive.ubuntu.com/ubuntu + upstream_dns: + user: ubuntu + vcpus: 4 + virsh: + rsa_priv_key: /home/ubuntu/.ssh/id_rsa + rsa_pub_key: /home/ubuntu/.ssh/id_rsa.pub + uri: diff --git a/labconfig/intel/pod6/labconfig.yaml b/labconfig/intel/pod6/labconfig.yaml new file mode 100644 index 00000000..52775d78 --- /dev/null +++ b/labconfig/intel/pod6/labconfig.yaml @@ -0,0 +1,81 @@ +labconfig: + lab_location: intelpod6 + bridges: + - type: admin + bridge: brAdm + cidr: 10.6.1.0/24 + gateway: 10.6.1.1 + - type: data + bridge: brData + cidr: 10.6.12.0/24 + gateway: + - type: public + bridge: brPublic + cidr: 10.6.15.0/24 + gateway: 10.6.15.254 + - type: external + bridge: brExt + cidr: + gateway: + ipaddress: 10.2.117.107 + labsettings: + upstream_dns: 8.8.8.8 + nodes: + - type: control + architecture: x86_64 + pxe_mac_address: + - "00:1e:67:d8:ba:46" + power: + type: ipmi + address: 10.2.117.96 + user: root + pass: root + - type: control + architecture: x86_64 + pxe_mac_address: + - "00:1e:67:e0:0b:72" + power: + type: ipmi + address: 10.2.117.97 + user: root + pass: root + - type: control + architecture: x86_64 + pxe_mac_address: + - "00:1e:67:e0:09:33" + power: + type: ipmi + address: 10.2.117.98 + user: root + pass: root + - type: compute + architecture: x86_64 + pxe_mac_address: + - "00:1e:67:e0:09:fb" + power: + type: ipmi + address: 10.2.117.99 + user: root + pass: root + - type: compute + architecture: x86_64 + pxe_mac_address: + - "00:1e:67:cf:bc:f8" + power: + type: ipmi + address: 10.2.117.100 + user: root + pass: root +opnfv: + release: c + distro: trusty + type: nonha + openstack: liberty + sdncontroller: + - type: nosdn + storage: + - type: ceph + disk: sda,sdb + floating-ip-range: + feature: odl_l2 + ext-port: eth0 |