Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document oidc-agent, fedcloudclient and terraform #515

Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4101425
Document oidc-agent, fedcloudclient and terraform
gwarf Oct 17, 2022
f350b5f
Use a requirements.txt file
gwarf Oct 18, 2022
bb8955e
Document main.tf for terraform
gwarf Oct 18, 2022
8ebf883
Document using ansible to test access
gwarf Oct 18, 2022
d55fb9a
Document configuring ansible
gwarf Oct 18, 2022
cef42f7
Link to VM in appdb, update ssh key configuration
gwarf Oct 18, 2022
a487225
Update snippets, document identifying images/flavors/network/security…
gwarf Oct 18, 2022
89ac2b7
Update commands for listing security groups and configuring network
gwarf Oct 18, 2022
910fc88
Drop useless example
gwarf Oct 18, 2022
2c99614
Review content
gwarf Oct 18, 2022
c12bb39
Reorganise sections
gwarf Oct 18, 2022
4f2c87a
Fix link
gwarf Oct 18, 2022
b16130d
Fix terminology
gwarf Oct 18, 2022
ec1d61e
Fix header level, link to ansible homepage
gwarf Oct 18, 2022
c8e32fe
Rephrase comment
gwarf Oct 18, 2022
b2d6c98
Fix file excerpt type
gwarf Oct 18, 2022
7d89735
Update ansible part
gwarf Oct 18, 2022
9cd58ca
Step 3 bis is step 4
gwarf Oct 18, 2022
b2ba1ff
Rename step 1
gwarf Oct 18, 2022
868628a
Let it ing
gwarf Oct 19, 2022
ff39af3
Add some more links
gwarf Oct 19, 2022
413ed4f
Motto links
gwarf Oct 19, 2022
f8273fa
Merge branch 'main' into quickstart_oidc-agent_fedcloudclient_terrafo…
gwarf Oct 19, 2022
c0d9d77
Merge branch 'main' into quickstart_oidc-agent_fedcloudclient_terrafo…
gwarf Oct 19, 2022
af0161b
Fix link fragments
gwarf Oct 19, 2022
0a5291c
Ansible: escalate privileges using sudo
gwarf Oct 19, 2022
7a9ec83
Update content/en/users/tutorials/oidc-agent-fedcloudclient-terraform…
gwarf Oct 20, 2022
0f9c180
Merge branch 'main' into quickstart_oidc-agent_fedcloudclient_terrafo…
gwarf Oct 20, 2022
9e9aaff
No need to st, check or use any OS_ACCESS_TOKEN
gwarf Oct 20, 2022
4130442
Link to section on setting up the environment
gwarf Oct 20, 2022
80e0825
Use everywhere %() instead of ``
gwarf Oct 20, 2022
d595411
Ignore generated hugo lock file
gwarf Oct 20, 2022
0747679
Clarify OIDC_AGENT_ACCOUNT documentation
gwarf Oct 20, 2022
9448796
Link to additional resources (ansible and other repos)
gwarf Oct 20, 2022
8fa8604
Document why we set --site for fedcloud openstack.
gwarf Oct 20, 2022
11fd355
Update content/en/users/tutorials/oidc-agent-fedcloudclient-terraform…
gwarf Oct 20, 2022
500b45a
Rephrase, link to main.tf creation, reference CentOS 7 image and revi…
gwarf Oct 20, 2022
f311e4a
Adjust CODEOWNERS to avoid bloackage
gwarf Oct 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ Once the [environment is properly configure](#setting-up-the-environment),
`fedcloudclient` is used to gather information and identify flavor, image,
network and security groups for the site you want to use.

> `fedcloud openstack` currently requires an explicit `--site` parameter, this
> will be addressed in a
> [future fedcloud release](https://github.com/tdviet/fedcloudclient/issues/150).
> In the meantime the `$EGI_VO` environment variable can be reused using
> `--site "$EGI_VO"`.
gwarf marked this conversation as resolved.
Show resolved Hide resolved

```shell
# Selecting an image
gwarf marked this conversation as resolved.
Show resolved Hide resolved
$ fedcloud select image --image-specs "Name =~ 'EGI.*22'"
Expand Down