Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
openshift: fix comment in ansible.sh (#3222)
Browse files Browse the repository at this point in the history
* openshift: fix comment in ansible.sh

* fix bindata
  • Loading branch information
0xmichalis authored and Cecile Robert-Michon committed Jun 8, 2018
1 parent 9374cd1 commit 295f681
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -28,6 +28,7 @@ test/acs-engine-test/report/TestReport.json
# I have no idea why these get generated when I run the e2e test
test/e2e/kubernetes/translations/
test/e2e/openshift/translations/
pkg/openshift/translations/

# test outputs
cmd/_test_output
Expand Down
2 changes: 1 addition & 1 deletion pkg/openshift/certgen/release39/templates/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -18,7 +18,7 @@ done
# to it
mkdir -p /etc/origin/master/named_certificates

# Deploy the router reusing relevant parts from openshift-ansible
# Deploy all infra components reusing relevant parts from openshift-ansible
ANSIBLE_ROLES_PATH=/usr/share/ansible/openshift-ansible/roles/ \
ansible-playbook\
-M /usr/share/ansible/openshift-ansible/roles/lib_utils/library \
Expand Down
2 changes: 1 addition & 1 deletion pkg/openshift/certgen/unstable/templates/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -18,7 +18,7 @@ done
# to it
mkdir -p /etc/origin/master/named_certificates

# Deploy the router reusing relevant parts from openshift-ansible
# Deploy all infra components reusing relevant parts from openshift-ansible
ANSIBLE_ROLES_PATH=/usr/share/ansible/openshift-ansible/roles/ \
ansible-playbook\
-M /usr/share/ansible/openshift-ansible/roles/lib_utils/library \
Expand Down

0 comments on commit 295f681

Please sign in to comment.