Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soctools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gn4-3-wp8-t3.1 SOC
soctools
Commits
9a3bb71c
Commit
9a3bb71c
authored
4 years ago
by
Arne Øslebø
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
11dce1f2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-19
20 additions, 19 deletions
README.md
with
20 additions
and
19 deletions
README.md
+
20
−
19
View file @
9a3bb71c
...
@@ -8,35 +8,36 @@ Installation
...
@@ -8,35 +8,36 @@ Installation
Do a minimal installation of CentOS 7.
Do a minimal installation of CentOS 7.
Log in and install ansible:
Log in and install ansible:
#
yum -y install epel-release
`
yum -y install epel-release
`
#
yum -y install ansible git
`
yum -y install ansible git
`
#
ansible-galaxy collection install ansible.posix
`
ansible-galaxy collection install ansible.posix
`
Clone soctools:
Clone soctools:
#
git clone --single-branch --branch dev1 https://scm.uninett.no/geant-wp8-t3.1/soctools.git
`
git clone --single-branch --branch dev1 https://scm.uninett.no/geant-wp8-t3.1/soctools.git
#
cd soctools
cd soctools
`
Install soctools:
Install soctools:
Edit group_vars/all/main.yml and change 'dslproxy' so that it point to the FQDN of the server.
Edit group_vars/all/main.yml and change 'dslproxy' so that it point to the FQDN of the server.
#
vi group_vars/all/main.yml
`
vi group_vars/all/main.yml
`
The first entry in the soctools_users variable is the user with full admin privileges in NiFi and Kibana.
The first entry in the soctools_users variable is the user with full admin privileges in NiFi and Kibana.
To configure the server running soctools, run the ansible playbook:
To configure the server running soctools, run the ansible playbook:
#
ansible-playbook -i soctools-inventory soctools_server.yml
`
ansible-playbook -i soctools-inventory soctools_server.yml
`
To build the Docker images needed, run the ansible playbook:
To build the Docker images needed, run the ansible playbook:
# ansible-playbook -i soctools-inventory buildimages.yml
`ansible-playbook -i soctools-inventory buildimages.yml`
To build the CA needed for host and user certificates, run the ansible playbook:
`ansible-playbook -i soctools-inventory buildca.yml`
To build the CA needed for host and user certificates, run the ansible playbook:
# ansible-playbook -i soctools-inventory buildca.yml
User certificates are can be found in the directory roles/ca/files/CA/private. Import into browser for authentication.
User certificates are can be found in the directory roles/ca/files/CA/private. Import into browser for authentication.
To start the cluster, run the ansible playbook soctools.yml:
To start the cluster, run the ansible playbook soctools.yml:
#
ansible-playbook -i soctools-inventory soctools.yml -t start
`
ansible-playbook -i soctools-inventory soctools.yml -t start
`
To stop the cluster, run the ansible playbook soctools.yml:
To stop the cluster, run the ansible playbook soctools.yml:
#
ansible-playbook -i soctools-inventory soctools.yml -t stop
`
ansible-playbook -i soctools-inventory soctools.yml -t stop
`
The NiFi interface should now be available on port 9443 on the server.
The NiFi interface should now be available on port 9443 on the server.
The OpenDistro for Elasticsearch interface should now be available on port 5601 on the server.
The OpenDistro for Elasticsearch interface should now be available on port 5601 on the server.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment