Merge lp:~kim-phillips/lava-scheduler/updates into lp:lava-scheduler

Proposed by Kim Phillips
Status: Needs review
Proposed branch: lp:~kim-phillips/lava-scheduler/updates
Merge into: lp:lava-scheduler
Diff against target: 29 lines (+5/-3)
1 file modified
doc/usage.rst (+5/-3)
To merge this branch: bzr merge lp:~kim-phillips/lava-scheduler/updates
Reviewer Review Type Date Requested Status
Tyler Baker Pending
Alan Bennett Pending
Review via email: mp+164274@code.launchpad.net

Commit message

doc/usage.rst: documentation updates

  - include lava-server/ in the URL paths
  - make URLs consistently use https: and include user@
  - mention trailing slashes are required

Description of the change

doc/usage.rst: documentation updates

  - include lava-server/ in the URL paths
  - make URLs consistently use https: and include user@
  - mention trailing slashes are required

To post a comment you must log in.
Revision history for this message
Alan Bennett (akbennett) wrote :

validation.linaro.org happens to be located in a legacy location
  - https://<email address hidden>/lava-server/RPC2/

The default location for a new lava install would be:
  - https://<email address hidden>/RPC2/

However, the important note is that the user needs to point the browser to the lava installation URL.

Perhaps we need to mention all three cases?
  1. legacy installation path for validation.linaro.org
  2. current installation path for new lava installs
  3. custom vhost configurations

Revision history for this message
Kim Phillips (kim-phillips) wrote :

> validation.linaro.org happens to be located in a legacy location
> - https://<email address hidden>/lava-server/RPC2/

can/will that be fixed? Was hoping to not have to add anything installation specific, since there is no other reference to validation.linaro.org in the document, and I perceive this to be generic LAVA scheduler documentation.

Revision history for this message
Alan Bennett (akbennett) wrote :

> > validation.linaro.org happens to be located in a legacy location
> > - https://<email address hidden>/lava-server/RPC2/
>
> can/will that be fixed? Was hoping to not have to add anything installation
> specific, since there is no other reference to validation.linaro.org in the
> document, and I perceive this to be generic LAVA scheduler documentation.

Yes, we have scoped the effort to move the validation.linaro.org and hope to get it on the board for the upcoming cycle.

Unmerged revisions

247. By Kim Phillips

doc/usage.rst: documentation updates

- include lava-server/ in the URL paths
- make URLs consistently use https: and include user@
- mention trailing slashes are required

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/usage.rst'
--- doc/usage.rst 2012-10-23 07:12:53 +0000
+++ doc/usage.rst 2013-05-16 22:00:34 +0000
@@ -46,7 +46,7 @@
46To submit jobs using the scheduler, you should first set up the server46To submit jobs using the scheduler, you should first set up the server
47to which you will be submitting jobs::47to which you will be submitting jobs::
4848
49 $ lava-tool auth-add https://user@example.com/RPC2/49 $ lava-tool auth-add https://user@example.com/lava-server/RPC2/
5050
51In this example, *user@example.com* should be replaced with your userid51In this example, *user@example.com* should be replaced with your userid
52and webserver. Using https is *highly* recommended since it will ensure52and webserver. Using https is *highly* recommended since it will ensure
@@ -65,7 +65,9 @@
65The first thing you may want to do is create a bundle stream in the LAVA65The first thing you may want to do is create a bundle stream in the LAVA
66dashboard where you'll put your bundles. This is done with::66dashboard where you'll put your bundles. This is done with::
6767
68 lava-dashboard-tool make-stream --dashboard-url http://example.com/RPC2/ /anonymous/USERNAME/68 lava-dashboard-tool make-stream --dashboard-url https://user@example.com/lava-server/RPC2/ /anonymous/USERNAME/
69
70(note: the trailing slash ('/') is required)
6971
70Next you'll need a job file. You can read about an example job file `here`_72Next you'll need a job file. You can read about an example job file `here`_
7173
@@ -73,5 +75,5 @@
7375
74You can now submit jobs by running ::76You can now submit jobs by running ::
7577
76 $ lava scheduler submit-job http://user@example.com/RPC2/ jobfile.json78 $ lava scheduler submit-job https://user@example.com/lava-server/RPC2/ jobfile.json
7779

Subscribers

People subscribed via source and target branches