Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
comp90023-assignment-2
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthew O'Halloran
comp90023-assignment-2
Commits
5ec2c61b
Commit
5ec2c61b
authored
Apr 30, 2020
by
matt01671
Browse files
Options
Downloads
Patches
Plain Diff
fixed sg
parent
6e676336
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/host_vars/nectar.yaml
+2
-2
2 additions, 2 deletions
ansible/host_vars/nectar.yaml
ansible/roles/openstack-instance/tasks/main.yaml
+3
-1
3 additions, 1 deletion
ansible/roles/openstack-instance/tasks/main.yaml
with
5 additions
and
3 deletions
ansible/host_vars/nectar.yaml
+
2
−
2
View file @
5ec2c61b
...
@@ -31,8 +31,8 @@ cluster_security_group:
...
@@ -31,8 +31,8 @@ cluster_security_group:
-
name
:
couchDB-cluster
-
name
:
couchDB-cluster
description
:
"
Security
group
for
CouchDB
cluster"
description
:
"
Security
group
for
CouchDB
cluster"
protocol
:
tcp
protocol
:
tcp
port_range_min
:
3306
port_range_min
:
5984
port_range_max
:
3306
port_range_max
:
5984
sg_remote_group
:
couchDB-cluster
sg_remote_group
:
couchDB-cluster
# Instance
# Instance
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/openstack-instance/tasks/main.yaml
+
3
−
1
View file @
5ec2c61b
...
@@ -7,7 +7,9 @@
...
@@ -7,7 +7,9 @@
key_name
:
'
{{
instance_key_name
}}'
key_name
:
'
{{
instance_key_name
}}'
flavor
:
'
{{
instance_flavor
}}'
flavor
:
'
{{
instance_flavor
}}'
availability_zone
:
'
{{
availability_zone
}}'
availability_zone
:
'
{{
availability_zone
}}'
security_groups
:
'
{{
sg_names
}}'
security_groups
:
-
'
{{
sg_names
}}'
-
'
{{
cluster_sg_names
}}'
volumes
:
'
{{
item.volumes
}}'
volumes
:
'
{{
item.volumes
}}'
auto_floating_ip
:
yes
auto_floating_ip
:
yes
wait
:
yes
wait
:
yes
...
...
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