This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cephlonaccess [2025/05/08 12:02] akraitman [Requesting Access] |
cephlonaccess [2025/05/08 13:13] (current) akraitman |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Cephlon ====== | ====== Cephlon ====== | ||
===== Requesting Access ===== | ===== Requesting Access ===== | ||
- | To request access to cephlon, | + | Requesting access to cephlon: |
- | - Request a new user and password for accessing the Snipe-IT tool **. | + | - Request a new snipe-it user and password**. |
- [[https://tracker.ceph.com/projects/internal_lab/issues/new|File a ticket]]. ** | - [[https://tracker.ceph.com/projects/internal_lab/issues/new|File a ticket]]. ** | ||
- | - After You recived your Snipe-IT user and password login to Snipe-IT [[http://ceph-vm-14.tuc.stglabs.ibm.com:100/|Snipe-IT]]. | + | - After receiving your Snipe-IT user and password login to the Snipe-IT tool[[http://ceph-vm-14.tuc.stglabs.ibm.com:100/|Snipe-IT]]. |
- Go to manage API keys | - Go to manage API keys | ||
- | - Click "Create new" | + | - Click on "Create new" |
- | - Choose a name, click on "Create new" and keep you api key somewhere safe | + | - Choose a name, click on "Create new" and copy your API key to a safe place |
{{ :snipe-it1.png |}} | {{ :snipe-it1.png |}} | ||
{{:snipe-it2.png|}} | {{:snipe-it2.png|}} | ||
+ | |||
+ | - Clone the cephlon repo to your latop | ||
+ | - Run the ./bootstrap script | ||
+ | - Create the .config file or rename the .config.template to .config, then place your snipe-it api key in the .config file along with the snipe-it url(you can find it in your tracker ticket) | ||
+ | |||
+ | <code> | ||
+ | |||
+ | [api] | ||
+ | url = XXXXXXXXXXXXX | ||
+ | access_token = XXXXXXXXXXXXXXXX | ||
+ | |||
+ | </code> |