Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable service catalog and tsb by default in CI #718

Merged
merged 1 commit into from
Oct 13, 2017

Conversation

jim-minter
Copy link
Contributor

No description provided.

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 9, 2017
@jim-minter
Copy link
Contributor Author

@stevekuznetsov ptal

@stevekuznetsov
Copy link
Contributor

This will not impact GCE, but should be sufficient to globally install the TSB on all Origin installs. Is this heavyweight and/or does it take time? If so, you may want to add it to only the Origin conformance e2e job (or whatever jobs are running your tests) so you don't burden e.g. the Installer tests with it.

@jim-minter
Copy link
Contributor Author

@stevekuznetsov thanks for the feedback, how about this?

@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 9, 2017
Copy link
Contributor

@stevekuznetsov stevekuznetsov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pending comment from clayton lgtm

@@ -121,7 +121,7 @@ extensions:
docker pull openshift/origin-gce:latest
fi

../../bin/local.sh ansible-playbook -e "provision_gce_docker_storage_driver=${DOCKER_STORAGE_DRIVER}" -e "openshift_test_repo=${location_url}" playbooks/launch.yaml
../../bin/local.sh ansible-playbook -e "provision_gce_docker_storage_driver=${DOCKER_STORAGE_DRIVER}" -e "openshift_test_repo=${location_url}" -e "openshift_enable_service_catalog=true" -e "template_service_broker_install=true" playbooks/launch.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong place, add it to openshift/release cluster/test-deploy/data/vars.yaml

@jim-minter
Copy link
Contributor Author

@stevekuznetsov repushed, removed gce-specific bits, ptal

@stevekuznetsov
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 13, 2017
@stevekuznetsov stevekuznetsov merged commit c417569 into openshift-eng:master Oct 13, 2017
@smarterclayton
Copy link
Contributor

This broke install_update completely (since 8:30am on Friday).

TASK [ansible_service_broker : set ansible-service-broker image facts using set prefix and tag] ***
task path: /usr/share/ansible/openshift-ansible/roles/ansible_service_broker/tasks/install.yml:25
ok: [localhost] => {
    "ansible_facts": {
        "ansible_service_broker_etcd_image": "quay.io/coreos/etcd:latest", 
        "ansible_service_broker_image": "ansibleplaybookbundle/ansible-service-broker:latest"
    }, 
    "changed": false, 
    "generated_timestamp": "2017-10-13 13:53:25.826243"
}

TASK [ansible_service_broker : validate Dockerhub registry settings] ***********
task path: /usr/share/ansible/openshift-ansible/roles/ansible_service_broker/tasks/validate_facts.yml:2
fatal: [localhost]: FAILED! => {
    "changed": false, 
    "failed": true, 
    "generated_timestamp": "2017-10-13 13:53:25.880053", 
    "msg": "To use the dockerhub registry, you must provide the ansible_service_broker_registry_user. ansible_service_broker_registry_password, and ansible_service_broker_registry_organization parameters"
}

I'm inclined to revert to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants