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

Move to use contra-env-infra templates #116

Merged
merged 10 commits into from
Dec 4, 2018

Conversation

arilivigni
Copy link
Member

  • Update README with new examples and update current ones
    • Example without minishift and sample project
  • Modify globals
    • versions of minishift/openshift
    • new helper_container variables
    • modify_scc to false
  • Remove SAMPLE_PARAMS options
  • Moved away from my fork since PR got merged
  • Update TOC

Ari LiVigni added 6 commits December 3, 2018 00:52
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Moved away from my fork since PR got merged
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Moved away from my fork since PR got merged
* Update TOC
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Moved away from my fork since PR got merged
* blacklist influxdb and grafana
* Update TOC
Ari LiVigni added 3 commits December 4, 2018 09:53
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Moved away from my fork since PR got merged
* blacklist influxdb and grafana
* Update TOC
* Change to params instead of build_params since it applies to more than jsut builds
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Moved away from my fork since PR got merged
* blacklist influxdb and grafana
* Update TOC
* Change to params instead of build_params since it applies to more than just builds
* add params to override s2i template parameters
* Update README with new examples and update current ones
  * Example without minishift and sample project
* Modify globals
  * versions of minishift/openshift
  * new helper_container variables
  * modify_scc to false
* Remove SAMPLE_PARAMS options
* Moved away from my fork since PR got merged
* blacklist influxdb and grafana
* Update TOC
* Change to params instead of build_params since it applies to more than just builds
* remove params completely
Copy link
Collaborator

@dirgim dirgim left a comment

Choose a reason for hiding this comment

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

LGTM

@arilivigni arilivigni merged commit abeffc1 into CentOS-PaaS-SIG:master Dec 4, 2018
```
ansible-playbook -vv -i "localhost," contra-env-setup/playbooks/setup.yml \
-e user=cloud-user -e project_repo=https://github.com/arilivigni/my-project-example \
-e openshift_project=ari-ci-pipeline -e setup_minishift=false -e start_minishift=true \
Copy link
Contributor

Choose a reason for hiding this comment

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

whats the point of having start_minishift=true if setup_minishift=false ?

Copy link
Member Author

Choose a reason for hiding this comment

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

One starts minishift if it has already been setup but may be stopped and the other sets it up. If you want more detail please look into the code. This functionality has been there for a while and introduced by the CVP team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants