diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-01-16 18:14:56 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-01-21 18:26:49 +0000 |
commit | 52426e2cce3f68fa3e64d3f37b43d3c7fec3ad54 (patch) | |
tree | cbc82d508c3c01ec2c5318392f5a5a544f22c835 /labs/arm/pod3 | |
parent | c949e1130c63895ed30b6ee1c0784c5675c822a2 (diff) |
Armband: Uplift Fuel cfg to Newton on Ubuntu 16.04
Refresh all PODs' config for Newton:
- s/trusty/xenial/
- s/14.04/16.04/
- s/mos9/mos10/
- s/mitaka/newton/
- target image initial package list refresh;
- clean up virtual pod DEA override;
- remove hardcoded package lists from DEA overrides for all
PODs except arm-pod1, which requires a custom kernel version;
TODO (later):
- enable Jumbo frames (mtu=9000) for all interfaces;
JIRA: ARMBAND-198
Depends-on: Ia99022e364e61245d109cabab9d0ed7157b4d2f5
Change-Id: I0c429ffe5a28e920b2268b9ada622df9049071ee
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/arm/pod3')
-rw-r--r-- | labs/arm/pod3/fuel/config/dea-pod-override.yaml | 120 |
1 files changed, 5 insertions, 115 deletions
diff --git a/labs/arm/pod3/fuel/config/dea-pod-override.yaml b/labs/arm/pod3/fuel/config/dea-pod-override.yaml index 6a74dc3..55c7786 100644 --- a/labs/arm/pod3/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod3/fuel/config/dea-pod-override.yaml @@ -7,7 +7,7 @@ dea-pod-override-config-metadata: environment: name: armband_opnfv net_segment_type: tun -wanted_release: Mitaka on Ubuntu 14.04 (aarch64) +wanted_release: Newton on Ubuntu 16.04 (aarch64) interfaces_1: ene11: - fuelweb_admin @@ -212,8 +212,6 @@ settings: Please make sure your Fuel master node has Internet access to the repository before attempting to create a mirror. - For more details, please refer to the documentation (https://docs.mirantis.com/openstack/fuel/fuel-8.0/operations.html#external-ubuntu-ops). - ' extra_priority: null type: custom_repo_configuration @@ -221,126 +219,18 @@ settings: - name: ubuntu priority: null section: main - suite: trusty + suite: xenial type: deb uri: http://10.20.0.2:8080/mirrors/ubuntu/ - name: mos priority: 1050 section: main restricted - suite: mos9.0 + suite: mos10.0 type: deb - uri: http://10.20.0.2:8080/mitaka-9.0/ubuntu/x86_64 + uri: http://10.20.0.2:8080/newton-10.0/ubuntu/x86_64 - name: Auxiliary priority: 1150 section: main restricted suite: auxiliary type: deb - uri: http://10.20.0.2:8080/mitaka-9.0/ubuntu/auxiliary - provision: - metadata: - group: general - label: Provision - restrictions: - - action: hide - condition: 'false' - weight: 80 - method: - type: hidden - value: image - packages: - label: Initial packages - type: textarea - value: 'acl - - anacron - - bash-completion - - bridge-utils - - bsdmainutils - - build-essential - - cloud-init - - curl - - daemonize - - debconf-utils - - gdisk - - grub-efi-arm64 - - hpsa-dkms - - hwloc - - i40e-dkms - - linux-firmware - - linux-firmware-nonfree - - linux-headers-generic-lts-xenial - - linux-image-generic-lts-xenial - - lvm2 - - mcollective - - mdadm - - multipath-tools - - multipath-tools-boot - - nailgun-agent - - nailgun-mcagents - - network-checker - - ntp - - openssh-client - - openssh-server - - puppet - - python-amqp - - ruby-augeas - - ruby-ipaddress - - ruby-json - - ruby-netaddr - - ruby-openstack - - ruby-shadow - - ruby-stomp - - telnet - - ubuntu-minimal - - ubuntu-standard - - uuid-runtime - - vim - - virt-what - - vlan - - ' - weight: 10 + uri: http://10.20.0.2:8080/newton-10.0/ubuntu/auxiliary |