From 52426e2cce3f68fa3e64d3f37b43d3c7fec3ad54 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 16 Jan 2017 18:14:56 +0100 Subject: 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 --- labs/arm/pod1/fuel/config/dea-pod-override.yaml | 27 ++++++++++--------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'labs/arm/pod1') diff --git a/labs/arm/pod1/fuel/config/dea-pod-override.yaml b/labs/arm/pod1/fuel/config/dea-pod-override.yaml index f11ecf3..d45d256 100644 --- a/labs/arm/pod1/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod1/fuel/config/dea-pod-override.yaml @@ -7,6 +7,7 @@ dea-pod-override-config-metadata: environment: name: armband_opnfv net_segment_type: tun +wanted_release: Newton on Ubuntu 16.04 (aarch64) interfaces_1: enm2p1s0f2: - storage @@ -58,6 +59,7 @@ fuel: dhcp_pool_start: 10.20.0.3 ipaddress: 10.20.0.2 netmask: 255.255.255.0 + ssh_network: 10.20.0.0/24 IFCFG_ETH1: device: eth1 ipaddress: 10.0.7.10 @@ -210,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 @@ -219,39 +219,39 @@ settings: - name: ubuntu-local priority: null section: main - suite: trusty + suite: xenial type: deb uri: http://10.20.0.2:8080/mirrors/ubuntu/ - name: ubuntu priority: null section: main universe multiverse - suite: trusty + suite: xenial type: deb uri: http://ports.ubuntu.com/ - name: ubuntu-updates priority: null section: main universe multiverse - suite: trusty-updates + suite: xenial-updates type: deb uri: http://ports.ubuntu.com/ - name: ubuntu-security priority: null section: main universe multiverse - suite: trusty-security + suite: xenial-security type: deb uri: http://ports.ubuntu.com/ - 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 + uri: http://10.20.0.2:8080/newton-10.0/ubuntu/auxiliary provision: metadata: group: general @@ -290,16 +290,10 @@ settings: grub-efi-arm64 - hpsa-dkms - hwloc - i40e-dkms - linux-firmware - linux-firmware-nonfree - linux-headers-4.4.0-45-generic linux-image-4.4.0-45-generic @@ -322,6 +316,8 @@ settings: ntp + ntpdate + openssh-client openssh-server @@ -360,4 +356,3 @@ settings: ' weight: 10 -wanted_release: Mitaka on Ubuntu 14.04 (aarch64) -- cgit 1.2.3-korg