aboutsummaryrefslogtreecommitdiffstats
path: root/labs/zte
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Support daisy on zte-pod3Alex Yang4-1/+213
Change-Id: I4bdf8a4a083d5731849aef40473eec2198d3a9b2 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-08-24Correct typos to avoid failure in jenkins-ci checkBlaisonneau David3-18/+18
Change-Id: I2e8b789cbc10def76a1b7ee673bc1ca6d7f4137f Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
2017-07-07enable HA deployment in zte-pods for daisyAlex Yang6-51/+64
Change-Id: I0e72702540309b70afcd752b6f6442218fbf9d75 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-06-26Modify zte-pod2 to non-HA temporarily for test with daisyAlex Yang1-6/+6
Now there are some issues in HA function in daisy. The pod will be set to HA again when these issues fixed. Change-Id: I79046448641ddd18e72c9c9dd5f65e9535764824 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-05-29change zte-virtual1 to be multinode deploymentSerenaFeng1-14/+31
Change-Id: I6cae2857d6e407f4570e34446833058f5ddff1e4 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-27Update the gateway info in daisy baremetal deployAlex Yang2-4/+3
1. update gateway 2. add adapter info 3. remove useless disks info Change-Id: I65f19e691680af11cbde1119776f241785b5593d Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-05-26add external_network configuration to zte-pod2SerenaFeng1-0/+2
Change-Id: I4e66c18c176faaf93dc80d2bbe829671c3f0cdec Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-25Update daisy config files according to opnfv/daisy repoAlex Yang4-42/+57
1. enable multi-nodes for zte-virtual2 2. enlarge disk sizes 3. add adapter param 4. add physical network mapping param Change-Id: I5b51e8d460a2514303b622b19bebdf10b20ff38c Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-05-19Hello, OPNFV installer projectsagardner3-11/+10
Firstly, this patchset looks a bit messy at the onset. relevant parts are installers/apex/*.j2 installers/joid/*.j2 installers/compass4nfv/*.j2 and the new verify job that runs check-jinja2.sh If you look at installers/*/pod_config.yaml.j2 you will see the network settings for apex joid and compass4nfv installers, the possible to template hard coded values have been replaced with jinja2 vales, that are populated by reading one of labs/*/*/config/pod.yaml eg: nodes: - name: pod1-node1 becomes - name: {{ conf['nodes'][0]['name'] }} In my last patchset I had ignored data already present in the pod.yaml (which is defined in the pharos spec here: https://gerrit.opnfv.org/gerrit/gitweb?p=pharos.git;a=blob;f=config/pod1.yaml ) I created by own yaml file in an attempt to figure out what all the installers needed to know to install on any given pod. this was counter productive. I have included a script (securedlab/check-jinja2.sh) that will check all securedlab/installers/*/pod_config.yaml.j2 against all securedlab/labs/*/pod*.yaml This is a first step towards having your installers run on any pod that has a pod file created for it. (securedlab/labs/*/pod[pod-number].yaml) Moving forward I would like your input on identifing variables in your installers configs that are needed for deployment but not covered by securedlab/labs/*/pod*.yaml Thanks for your time and feedback Best Regards, Aric Change-Id: I5f2f2b403f219a1ec4b35e46a5bc49037a0a89cf Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-04-09add ceph osd configJulien3-0/+6
add /dev/sdb for ceph osd Change-Id: Ie3a16957ef988ccde44b668ea56aad0274c9d788 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-24update according to daisy requirementJulien2-39/+14
Change-Id: Ia5af58aa72d6d3294e4257847cca200c6aa47a0c Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-16change EXTERNAL config for daisy virtual1SerenaFeng1-10/+11
Change-Id: I5bd2271374f8ebfe891a01e7566d69851ef97244 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-14Update the ip according requirement of daisyJulien1-5/+5
Change-Id: Ic906cf1ab1074b4e2c677cd73e95d13bf4c1754c Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-10Merge "Add POD3 yaml file"julien zhang1-0/+216
2017-03-10Merge "Update POD2 pod yaml file"julien zhang1-0/+238
2017-03-09Update POD2 pod yaml fileJulien1-0/+238
Change-Id: I1bed6d3cc887696946543fef97396ba5dbaf177f Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-09Update ZTE POD1 using ymal file templateJulien1-0/+242
update according to the final decision. Change-Id: Id7e9c52506e54399a079ba13ea29e9490a0a0749 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-09Add POD3 yaml fileJulien1-0/+216
Change-Id: I2e1dfbfecf48a3b6719697fa60f27e6480a306ed Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-03-08Update gateway and vlan for daisyJulien1-9/+14
Change-Id: I5794c5feabe66783ed2ce1573a5e22ec30ab7d82 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-26Update configuration for daisyJulien2-6/+6
Change-Id: I5f7120e18cf00de09949abdf348614bb807f6207 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-14Merge "Add labs for daisy"julien zhang6-0/+258
2017-02-12Add labs for daisyJulien6-0/+258
including: pod2 and virtual1 and vitual2 JIRA: DAISY-40 Change-Id: Ia62ed654c52843410b94bf7042e782653ff2830c Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-09bugfix local mirrors reposwu.zhihui2-0/+114
Change-Id: I6f34f7bc66f1dd5e2140d7ce3815440fd24a1ba7 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2017-01-23Update dea file for ZTE PODswu.zhihui3-242/+0
- 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 <wu.zhihui1@zte.com.cn>
2017-01-17Update dpdk property pathMichael Polenchuk2-2/+4
JIRA: FUEL-243 Change-Id: Id077221fa5c43d3924ac2b829621814233f3cff9 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2016-11-17Update repos urlwu.zhihui3-28/+28
- ubuntu version: trusty -> xenial - mos and Auxiliary version: mitaka9.0 -> newton10.0 Change-Id: Ifa11140d6afe71c9d996cab786e97ad004e1bac4 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-11update zte pod configuration for dpdkwu.zhihui2-74/+50
Change-Id: Ib87cf003c8019c03670b14f3a3c6e683dcbf7df8 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-10-09fix version value in dha.yamlwu.zhihui1-1/+1
According to ci log https://build.opnfv.org/ci/job/fuel-deploy-zte-pod3-daily-colorado/38/console, I modify version value. Change-Id: I9fc72ed7ff1f56e6f77fbbde05c9d92dc45a5e50 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-18Merge "update zte-pod1 configuration files"wu.zhihui2-89/+153
2016-08-18update zte-pod1 configuration fileswu.zhihui2-89/+153
Due to migration, update zte-pod1 configuration files. JIRA: PHAROS-246 Change-Id: Iefb589d5f12cb0f63b2e64be7314ad09908b209f Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-18bugfix dea-pod-override.yaml of zte-pod2wu.zhihui1-49/+105
JIRA: PHAROS-245 Change-Id: Ibeba524b53f01edaeab3d7ebe57f43213af0c39f Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-15update zte-pod2 configuration fileswu.zhihui2-61/+68
Due to zte-pod2 migration, update zte-pod2 configuration files. JIRA: PHAROS-245 Change-Id: I3b077fe379556c237541f058b6c8307ec549ddca Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-10Add ZTE POD3 adaption infoJulien2-0/+415
Add ZTE POD3 adaption info for Fuel installer. JIRA: PHAROS-247 Change-Id: I591db92684189f37e2af9888eca7c59dc82b2a2a Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn>
2016-08-02Add zte-pod2 configuration files.wu.zhihui2-0/+333
Change-Id: Iea9accc96bfb1ca77c0b5ebe3e50b3ae33026346 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-05-25Remove the external repo.wu.zhihui1-71/+0
Change-Id: Ifbd6552b79e5894d87d5d0887c606653b7e17d6f Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-05-14Add ZTE POD specific configuration.wu.zhihui2-0/+401
Change-Id: Id1f051599b5d92a0d84aea3b221d09de9f4570ee Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>