Description of problem: During setting up an HA master env, ansible would mask master service if it's a native way and the host is not Atomic. So when installing a containerized HA master on RHEL7 host, ansible still try to mask the atomic-openshift-master service, but failed for it doesn't have atomic-openshift-master.service file. Version-Release number of selected component (if applicable): openshift-ansible-3.0.40-1.git.22.da21865.el7aos.noarch How reproducible: Always Steps to Reproduce: 1.Run 'atomic-openshift-installer install', input 3 masters(Container based) and lb information Actual results: TASK: [openshift_master | Mask master service] ******************************** failed: [10.66.x.x] => {"changed": true, "cmd": ["systemctl", "mask", "atomic-openshift-master"], "delta": "0:00:00.016835", "end": "2016-02-15 11:28:29.128125", "rc": 1, "start": "2016-02-15 11:28:29.111290", "warnings": []} stderr: Failed to execute operation: Access denied Expected results: Should not mask master service on containerized env. Additional info:
Verify this bug with openshift-ansible-3.0.41-1.git.0.2446a82.el7aos.noarch Ansible would not mask master service when it's running a containerized install, and a containerized HA master env could installed.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:0311