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

Add public ip to template file #34

Closed
wants to merge 8 commits into from
Closed

Conversation

pawelzny
Copy link
Member

Public IP is helpful for specific configuration of OpenStack Neutron.

For example public IP is needed upfront for vnc server proxy client.
Can be configured in instances.yaml like this:

kolla_config:
  customize:
    neutron.conf: |
      [DEFAULT]
      VNCSERVER_LISTEN=0.0.0.0
      VNCSERVER_PROXYCLIENT_ADDRESS=@publicip
      NOVNCPROXY_URL="http://@publicip:6080/vnc_auto.html"

iosetek and others added 8 commits February 6, 2019 12:35
…ome files per user

Update Jenkinsfile

Update Jenkinsfile
Update centos image from build #1805 to #1809.
This image also has some useful utilities preinstalled.
* Remove PyYAML, Reinstall PIP with version 18.1
Contrail Ansible Deployer can install proper version
of docker by its own. Latest version of docker
causes conflicts in CIS deploy for openstack scripts.
Public IP is helpful for specific configuration of OpenStack Neutron.
@pawelzny pawelzny self-assigned this Feb 19, 2019
@pawelzny pawelzny closed this Feb 19, 2019
@pawelzny pawelzny deleted the template_public_ip branch February 19, 2019 07:13
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