-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add YorcServer component #4
Conversation
@@ -0,0 +1,3 @@ | |||
consul: | |||
address: "{{CONSUL_IP}}:{{CONSUL_PORT}}" | |||
http_port: "{{REST_API_PORT}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not related to consul and should be in a dedicated file or in org/ystia/yorc/yorc/linux/ansible/playbooks/templates/config.yorc.yaml.j2
…is deleted on instance reboot
Feature/consul a4c
794a972
to
50e98db
Compare
"user_name": "{{ USER_NAME }}", | ||
"password": "{{ PASSWORD }}", | ||
"private_network_name": "{{ PRIVATE_NETWORK_NAME }}", | ||
"default_security_groups": {{ DEFAULT_SECURITY_GROUPS }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If made optional we should add it only if defined/not empty
With these components, we can deploy an A4C instance with a Yorc Server connected to.
ystia/yorc#131