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/pod2/fuel/config/dea-pod-override.yaml | |
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/pod2/fuel/config/dea-pod-override.yaml')
-rw-r--r-- | labs/arm/pod2/fuel/config/dea-pod-override.yaml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/labs/arm/pod2/fuel/config/dea-pod-override.yaml b/labs/arm/pod2/fuel/config/dea-pod-override.yaml index 51f5abb..d81817e 100644 --- a/labs/arm/pod2/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod2/fuel/config/dea-pod-override.yaml @@ -6,12 +6,14 @@ dea-pod-override-config-metadata: public_bridge: 'public_br0' environment: name: armband_opnfv +wanted_release: Newton on Ubuntu 16.04 (aarch64) fuel: ADMIN_NETWORK: dhcp_pool_end: 10.20.0.254 dhcp_pool_start: 10.20.0.3 ipaddress: 10.20.0.2 netmask: 255.255.255.0 + ssh_network: 10.20.0.0/24 DNS_DOMAIN: domain.tld DNS_SEARCH: domain.tld DNS_UPSTREAM: 8.8.8.8 @@ -317,8 +319,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 @@ -326,19 +326,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 -wanted_release: Mitaka on Ubuntu 14.04 (aarch64) + uri: http://10.20.0.2:8080/newton-10.0/ubuntu/auxiliary |