Thank you for your answers.
I added now a new VM for the load balancer and one new VM for the etcd.
--------------- [ /etc/ansible/host: ] ----------------------
[OSEv3:children]
masters
nodes
etcd
lb
[OSEv3:vars]
ansible_ssh_user=root
debug_level=2
deployment_type=origin
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login':
'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider',
'filename': '/etc/origin/master/htpasswd'}]
[masters]
os-master
[etcd]
os-etcd
[lb]
os-lb
[nodes]
os-node-01 openshift_node_labels="{'region': 'primary', 'zone': 'default'}"
os-node-02 openshift_node_labels="{'region': 'primary', 'zone': 'default'}"
os-master
--------------- end ------------------------
--------------- [ /etc/hosts: ] ----------------------
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
192.168.122.104 os-master
192.168.122.233 os-node-01
192.168.122.150 os-node-02
192.168.122.80 os-lb
192.168.122.166 os-etcd
--------------- end ------------------------
Now ansible it's runs without errors. Thanks again.
Olaf Radicke
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users