123
edits
No edit summary |
|||
Line 67: | Line 67: | ||
==Get the RC file from Juno== | ==Get the RC file from Juno== | ||
Once the client is install you need to set credentials to login. You can get these credentials by connecting to the [https://juno.calculquebec.ca/ | Once the client is install you need to set credentials to login. You can get these credentials by connecting to the [https://juno.calculquebec.ca/ Juno web page]. Select the right project to store your data and download the RC file: | ||
[[File:Openstack rc.gif| | [[File:Openstack rc.gif|caption|frame|none| the RC file from the Juno website]] | ||
Lets say the we have saved the files here <code> $HOME/id/myproject-openrc.sh.</code> | |||
==Create the S3 (ec2) Credentials== | ==Create the S3 (ec2) Credentials== | ||
<syntaxhighlight lang="bash" line> | |||
$ source $HOME/id/myproject-openrc.sh | |||
Please enter your OpenStack Password for project po-test as user poq: | |||
# Use the same password that you used to connect to the [https://juno.calculquebec.ca/ Juno web page]. | |||
# you can now create the credentials | |||
$ openstack ec2 credentials create | |||
+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
| Field | Value | | |||
+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
| access | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | | |||
| links | {'self': 'https://juno.calculquebec.ca:5000/v3/users/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/credentials/OS-EC2/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'} | | |||
| project_id | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | | |||
| secret | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | | |||
| trust_id | None | | |||
| user_id | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | | |||
+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | |||
</syntaxhighlight> | |||
The important values here are </code>access<code> and <code>secret</code> which are the S3 [aws_]access_key_id and [aws_]secret_access_key respextively. AWS stands for Amazon Web Services, they are the creator of the S3 API. | |||
==Manage you S3 buckets with Globus== | ==Manage you S3 buckets with Globus== |
edits