Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Formation_OpenStack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Cecile Cavet
Formation_OpenStack
Commits
3cfd1f9a
Commit
3cfd1f9a
authored
8 years ago
by
Cécile Cavet
Browse files
Options
Downloads
Patches
Plain Diff
centos7
parent
f501db38
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
PaaS/TP2/cluster.yml
+1
-1
1 addition, 1 deletion
PaaS/TP2/cluster.yml
PaaS/TP2/exports.conf
+3
-5
3 additions, 5 deletions
PaaS/TP2/exports.conf
PaaS/TP2/ssh_known_hosts.conf
+22
-3
22 additions, 3 deletions
PaaS/TP2/ssh_known_hosts.conf
with
26 additions
and
9 deletions
PaaS/TP2/cluster.yml
+
1
−
1
View file @
3cfd1f9a
---
---
-
hosts
:
work
er
-
hosts
:
clust
er
tasks
:
tasks
:
-
name
:
Caching worker fact
-
name
:
Caching worker fact
command
:
/bin/echo caching
command
:
/bin/echo caching
...
...
This diff is collapsed.
Click to expand it.
PaaS/TP2/exports.conf
+
3
−
5
View file @
3cfd1f9a
{
#
{
#
/
et
c
/
hos
ts
file
/
et
x
/
expor
ts
file
#}
#}
127
.
0
.
0
.
1
localhost
localhost
.
localdomain
localhost4
localhost4
.
localdomain4
{%
for
host
in
groups
[
'worker'
] %}
::
1
localhost
localhost
.
localdomain
localhost6
localhost6
.
localdomain6
/
home
{{
hostvars
[
host
][
'ansible_hostname'
] }}(
rw
,
no_root_squash
)
{%
for
host
in
groups
[
'cluster'
] %}
{{
hostvars
[
host
][
'ansible_default_ipv4'
].
address
}} {{
hostvars
[
host
][
'ansible_hostname'
] }}
{%
endfor
%}
{%
endfor
%}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
PaaS/TP2/ssh_known_hosts.conf
+
22
−
3
View file @
3cfd1f9a
{
#
{
#
/
etx
/
exports
IM
-
Infrastructure
Manager
Copyright
(
C
)
2011
-
GRyCAP
-
Universitat
Politecnica
de
Valencia
This
program
is
free
software
:
you
can
redistribute
it
and
/
or
modify
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
(
at
your
option
)
any
later
version
.
This
program
is
distributed
in
the
hope
that
it
will
be
useful
,
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
General
Public
License
for
more
details
.
You
should
have
received
a
copy
of
the
GNU
General
Public
License
along
with
this
program
.
If
not
,
see
<
http
://
www
.
gnu
.
org
/
licenses
/>.
#}
#}
{%
for
host
in
groups
[
'worker'
] %}
{%
for
host
in
groups
[
'all'
] %}
/
home
{{
hostvars
[
host
][
'ansible_hostname'
] }}(
rw
,
no_root_squash
)
{{
hostvars
[
host
][
'ansible_fqdn'
] }}
ssh
-
rsa
{{
hostvars
[
host
][
'ansible_ssh_host_key_rsa_public'
] }}
{{
hostvars
[
host
][
'ansible_hostname'
] }}
ssh
-
rsa
{{
hostvars
[
host
][
'ansible_ssh_host_key_rsa_public'
] }}
{%
for
ip
in
hostvars
[
host
][
'ansible_all_ipv4_addresses'
] %}
{{
ip
}}
ssh
-
rsa
{{
hostvars
[
host
][
'ansible_ssh_host_key_rsa_public'
] }}
{%
endfor
%}
{%
endfor
%}
{%
endfor
%}
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