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
1=== modified file 'doc/usage.rst'
2--- doc/usage.rst 2012-10-23 07:12:53 +0000
3+++ doc/usage.rst 2013-05-16 22:00:34 +0000
4@@ -46,7 +46,7 @@
5 To submit jobs using the scheduler, you should first set up the server
6 to which you will be submitting jobs::
7
8- $ lava-tool auth-add https://user@example.com/RPC2/
9+ $ lava-tool auth-add https://user@example.com/lava-server/RPC2/
10
11 In this example, *user@example.com* should be replaced with your userid
12 and webserver. Using https is *highly* recommended since it will ensure
13@@ -65,7 +65,9 @@
14 The first thing you may want to do is create a bundle stream in the LAVA
15 dashboard where you'll put your bundles. This is done with::
16
17- lava-dashboard-tool make-stream --dashboard-url http://example.com/RPC2/ /anonymous/USERNAME/
18+ lava-dashboard-tool make-stream --dashboard-url https://user@example.com/lava-server/RPC2/ /anonymous/USERNAME/
19+
20+(note: the trailing slash ('/') is required)
21
22 Next you'll need a job file. You can read about an example job file `here`_
23
24@@ -73,5 +75,5 @@
25
26 You can now submit jobs by running ::
27
28- $ lava scheduler submit-job http://user@example.com/RPC2/ jobfile.json
29+ $ lava scheduler submit-job https://user@example.com/lava-server/RPC2/ jobfile.json
30

Subscribers

People subscribed via source and target branches