Commit ef4d4d1b by Czémán Arnold Committed by cloud

manager: make vnc_port_range configurable

parent e7aacb4a
......@@ -119,6 +119,7 @@ Other variables
* repo_revision: revision
* vnc-driver:
* repo_revision: revision
* vnc_port_range: FromPort, ToPort
## Install Circle
Run the following installation command:
......@@ -198,4 +199,4 @@ sudo service nginx restart
### Cannot reach the internet on VM-s on distro from Red Hat family
```bash
sudo systemctl restart systemd-sysctl
```
\ No newline at end of file
```
......@@ -34,3 +34,7 @@ export DEFAULT_FROM_EMAIL='root@localhost'
#LOCAL="/home//.virtualenvs/circle/bin/postactivate.local"
#test -f "$LOCAL" && . "$LOCAL"
{% if 'vnc_port_range' in pillar %}
export VNC_PORT_RANGE='{{ pillar['vnc_port_range'] }}'
{% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment