diff options
author | Yifei Xue <xueyifei@huawei.com> | 2018-02-28 02:57:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-28 02:57:50 +0000 |
commit | 743ca540fa2c8688720d9e54142e7ae77970d842 (patch) | |
tree | c6d9ac5c7501aecf9dfc0fb35b81f5370c4517b3 /deploy | |
parent | 677a7338eb421cd4f1deba323434324663b227c8 (diff) | |
parent | 64c46f32eb6f1898e3def83f8096357fff8572ac (diff) |
Merge "modify the intel-pod17 k8s dha file"
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/conf/hardware_environment/intel-pod17/k8-nosdn-nofeature-ha.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/conf/hardware_environment/intel-pod17/k8-nosdn-nofeature-ha.yml b/deploy/conf/hardware_environment/intel-pod17/k8-nosdn-nofeature-ha.yml index 7cc2c215..660f5e2e 100644 --- a/deploy/conf/hardware_environment/intel-pod17/k8-nosdn-nofeature-ha.yml +++ b/deploy/conf/hardware_environment/intel-pod17/k8-nosdn-nofeature-ha.yml @@ -27,6 +27,7 @@ hosts: roles: - kube_master - etcd + - ha - name: host2 mac: 'A4:BF:01:14:01:13' @@ -39,6 +40,7 @@ hosts: roles: - kube_master - etcd + - ha - name: host3 mac: 'A4:BF:01:14:71:1E' @@ -51,6 +53,7 @@ hosts: roles: - kube_master - etcd + - ha - name: host4 mac: 'A4:BF:01:16:2F:17' |