Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
2bce0f61
Commit
2bce0f61
authored
2 years ago
by
Zuul
Committed by
Gerrit Code Review
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge "init-runonce: Migrate to ECDSA keys"
parents
db271beb
d2bc0b42
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/init-runonce
+4
-4
4 additions, 4 deletions
tools/init-runonce
with
4 additions
and
4 deletions
tools/init-runonce
+
4
−
4
View file @
2bce0f61
...
@@ -109,13 +109,13 @@ $KOLLA_OPENSTACK_COMMAND security group rule create --ingress --ethertype IPv4 \
...
@@ -109,13 +109,13 @@ $KOLLA_OPENSTACK_COMMAND security group rule create --ingress --ethertype IPv4 \
$KOLLA_OPENSTACK_COMMAND
security group rule create
--ingress
--ethertype
IPv4
\
$KOLLA_OPENSTACK_COMMAND
security group rule create
--ingress
--ethertype
IPv4
\
--protocol
tcp
--dst-port
8080
${
ADMIN_SEC_GROUP
}
--protocol
tcp
--dst-port
8080
${
ADMIN_SEC_GROUP
}
if
[
!
-f
~/.ssh/id_
r
sa.pub
]
;
then
if
[
!
-f
~/.ssh/id_
ecd
sa.pub
]
;
then
echo
Generating ssh key.
echo
Generating ssh key.
ssh-keygen
-t
r
sa
-N
''
-f
~/.ssh/id_
r
sa
ssh-keygen
-t
ecd
sa
-N
''
-f
~/.ssh/id_
ecd
sa
fi
fi
if
[
-r
~/.ssh/id_
r
sa.pub
]
;
then
if
[
-r
~/.ssh/id_
ecd
sa.pub
]
;
then
echo
Configuring nova public key and quotas.
echo
Configuring nova public key and quotas.
$KOLLA_OPENSTACK_COMMAND
keypair create
--public-key
~/.ssh/id_
r
sa.pub mykey
$KOLLA_OPENSTACK_COMMAND
keypair create
--public-key
~/.ssh/id_
ecd
sa.pub mykey
fi
fi
# Increase the quota to allow 40 m1.small instances to be created
# Increase the quota to allow 40 m1.small instances to be created
...
...
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