From 42d4c9e8361ab0d2d5862a36dc62e01e29909ab6 Mon Sep 17 00:00:00 2001 From: "wu.zhihui" Date: Mon, 23 Jan 2017 16:01:39 +0800 Subject: Update dea file for ZTE PODs - remove repos info. Use repos which is defined in dea_base.yml. - remove storage info which is already defined by scenario file. Change-Id: I8c8150ddebfbb143408ed1fbd456e0d30aca6a9f Signed-off-by: wu.zhihui --- labs/zte/pod1/fuel/config/dea-pod-override.yaml | 72 ------------------------- 1 file changed, 72 deletions(-) (limited to 'labs/zte/pod1/fuel/config') diff --git a/labs/zte/pod1/fuel/config/dea-pod-override.yaml b/labs/zte/pod1/fuel/config/dea-pod-override.yaml index 46cd3e2..b1cc072 100644 --- a/labs/zte/pod1/fuel/config/dea-pod-override.yaml +++ b/labs/zte/pod1/fuel/config/dea-pod-override.yaml @@ -259,75 +259,3 @@ settings: description: '' label: TCP weight: 30 - storage: - ephemeral_ceph: - description: Configures Nova to store ephemeral volumes in RBD. This works - best if Ceph is enabled for volumes and images, too. Enables live migration - of all types of Ceph backed VMs (without this option, live migration will - only work with VMs launched from Cinder volumes). - label: Ceph RBD for ephemeral volumes (Nova) - type: checkbox - value: true - weight: 75 - images_ceph: - description: Configures Glance to use the Ceph RBD backend to store images. - If enabled, this option will prevent Swift from installing. - label: Ceph RBD for images (Glance) - label: Ceph RBD for images (Glance) - restrictions: - - settings:storage.images_vcenter.value == true: Only one Glance backend could - be selected. - type: checkbox - value: true - weight: 30 - repo_setup: - metadata: - always_editable: true - group: general - label: Repositories - weight: 50 - repos: - description: 'Please note: the first repository will be considered the operating - system mirror that will be used during node provisioning. - - To create a local repository mirror on the Fuel master node, please follow - the instructions provided by running "fuel-createmirror --help" on the Fuel - master node. - - Please make sure your Fuel master node has Internet access to the repository - before attempting to create a mirror. - - ' - extra_priority: null - type: custom_repo_configuration - value: - - name: ubuntu - priority: null - section: main universe multiverse - suite: xenial - type: deb - uri: http://10.20.6.2:8080/mirrors/ubuntu/ - - name: ubuntu-updates - priority: null - section: main universe multiverse - suite: xenial-updates - type: deb - uri: http://10.20.6.2:8080/mirrors/ubuntu/ - - name: ubuntu-security - priority: null - section: main universe multiverse - suite: xenial-security - type: deb - uri: http://10.20.6.2:8080/mirrors/ubuntu/ - - name: mos - priority: 1050 - section: main restricted - suite: mos10.0 - type: deb - uri: http://10.20.6.2:8080/newton-10.0/ubuntu/x86_64 - - name: Auxiliary - priority: 1150 - section: main restricted - suite: auxiliary - type: deb - uri: http://10.20.6.2:8080/newton-10.0/ubuntu/auxiliary -- cgit 1.2.3-korg