Commit 53d43cd4 by Bach Dániel

remove garbage

parent d10ff96d
# Circle Project Salt Installer
## Add vlan
Before starting the machine - add LAB vlan.
## Install Salt
```bash
......@@ -37,11 +33,9 @@ pillar_roots:
Clone circle installer git repository into cloud home
```bash
git clone git@git.ik.bme.hu:circle/salt.git
git clone https://git.ik.bme.hu/circle/salt.git
```
## Remove node row from pillar/top.sls
## Change variables
Modify installer.sls file
......@@ -62,7 +56,6 @@ Most used variables
* **queue_name**<sup>*</sup>: storage host name
* fwdriver
* **queue_name**<sup>*</sup>: the server's hostname
* **gateway**<sup>*</sup>: the server's gateway
* **external_net**<sup>*</sup>: the server's network
* **external_if**: the server's network interface
......@@ -81,34 +74,6 @@ After install, delete agent.conf file:
sudo rm /etc/init/agent.conf
```
### Current problems
#### Gateway issue
```
cd circle/circle/
workon circle
./manage.py firewall_restart
# get eth0 MAC address
ifconfig
sudo -i
ip netns exec fw bash
ifconfig net hw ether <MAC>
```
#### Nginx issue
Delete configuration file duplication and restart nginx
```
sudo rm /etc/nginx/sites-enabled/default
sudo service nginx restart
```
#### Open firewall
```
sudo ufw allow 443
sudo ufw allow 80
```
## Quickstart - Standalone Node
### Login
......
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