Ansible installer failed to install with setting containerized=false
Issue
- When I ran ansible to install openshift master native-ha, I got following errors:
TASK: [etcd | Enable etcd] ****************************************************
failed: [xxxx.example.com] => {"failed": true}
msg: Error when trying to enable etcd_container: rc=1 Failed to execute operation: Access denied
or
TASK: [openshift_master_ca | Create the master certificates if they do not already exist] ***
failed: [master.example.com] => {"cmd": "/usr/local/bin/oadm create-master-certs --hostnames=kubernetes.default,10.67.112.120,kubernetes.default.svc.cluster.local,kubernetes,openshift.default....}
msg: [Errno 2] No such file or directory
- I set
containerized=falsein my/etc/ansible/hostsso it should install them as RPM.
Environment
- OpenShift Enterprise
- 3.1.1.6 ( especially
openshift-ansible-3.0.47-1.git.0.4498ce3.el7aos)
- 3.1.1.6 ( especially
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
