Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
53d43cd4
authored
Mar 25, 2015
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove garbage
parent
d10ff96d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
36 deletions
+1
-36
README.md
+1
-36
No files found.
README.md
View file @
53d43cd4
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment