227 Commits

Author SHA1 Message Date
Zuul
8912c061c6 Merge "Update env. variables in the documentation" 2019-09-23 22:13:07 +00:00
Dmitry Tantsur
b164e18f08 Document PXE retries
Change-Id: I5937fa190e780269ffa677aa01efaa1048fa20b0
2019-09-23 16:02:42 +02:00
Manuel Buil
cad66b0323 Update env. variables in the documentation
This patch:
6df83e0bc5

changes the variables that must be exported to use ironic in standalone
mode. The old env. variables:

export OS_URL=http://localhost:6385/
export OS_TOKEN='fake-token'

must be replaced by:

export OS_ENDPOINT=http://localhost:6385/
export OS_AUTH_TYPE=none

Change-Id: Ia2ae95af66f701198d5e3174a7cb5564664ae038
Signed-off-by: Manuel Buil <mbuil@suse.com>
2019-09-23 15:14:42 +02:00
Zuul
f7e1739c0c Merge "Build pdf doc" 2019-09-21 10:50:42 +00:00
Dmitry Tantsur
cbeb9cc79f Remove support for CoreOS images
Also remove the remaining elilo test template instead of updating it.

Change-Id: I79a49837f4d0dd6a432895e8997158a51feb99c3
2019-09-09 15:59:34 +02:00
Kaifeng Wang
9aab525d45 Build pdf doc
The is one of community goals that each project could produce a
single PDF file. The pdf should be in the output of openstack-tox-docs
job.

TeX packages are required to build PDF locally, following is recommended:

* inkscape
* texlive-latex-base
* texlive-latex-extra
* texlive-fonts-recommended

More about the goal:
https://governance.openstack.org/tc/goals/train/pdf-doc-generation.html
https://etherpad.openstack.org/p/train-pdf-support-goal
https://etherpad.openstack.org/p/pdf-goal-train-common-problems

Change-Id: Icf1e4b58675b23e82ee6f6d79eb8852436ed55bb
2019-09-06 14:50:02 +08:00
Madhuri Kumari
9eebf2603e Use openstack cli in image creation guide
Change-Id: Ia3bd0d5f4b50220b7b8a6f574a289e8969af70f8
2019-09-05 16:02:24 +05:30
Zuul
0f03a8436c Merge "Add note for alternative checksums" 2019-05-29 10:48:27 +00:00
Zuul
9cfbd64c12 Merge "Add DHCP server part to make the document more detail" 2019-05-27 21:56:10 +00:00
zhu.fanglei
4537e2c540 Fix inaccurate url links
This is to fix some inaccurate url links

Change-Id: I8d7f20f3d1b2cdf56fd79cf9388e79ecd2eb0108
2019-05-23 15:30:51 +08:00
Jerry
5d054cac4e Add DHCP server part to make the document more detail
Story: 2003936

Task: 30198

Change-Id: I0cdc9b53acf022dc6828bf99fd6551ebbaf6caff
2019-05-20 22:59:23 +08:00
ZhongShengping
a280696a03 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: Ic19e45986e9f650c1deb297f463e679fd268ad97
2019-04-24 16:13:58 +08:00
Julia Kreger
ada6611858 Add note for alternative checksums
Change-Id: I16353fa27f8899502ce033255f87e4523a3b167f
2019-04-18 12:30:34 -07:00
Jan Gutter
3e703a6b2f Slightly rephrase note in tenant networking docs
* Taken out of context, the note could cause a bit of confusion,
  explicitly note the difference between flat and neutron networking.

Change-Id: Ief0cf6861b510af50574fdf623526a1560301caf
Signed-off-by: Jan Gutter <jan.gutter@netronome.com>
2019-04-02 15:09:44 +02:00
Zuul
5b4c929c96 Merge "Update doc for UEFI first" 2019-03-19 13:27:39 +00:00
tiendc
3c5307df2a Update doc for UEFI first
This patch moves the doc of PXE UEFI setup prior to PXE BIOS.
The two parts require TFTP server to be set up, so this splits
and separates the doc of that part.

Change-Id: If27c2743cd6b1b2746143c8f7c933d6eab27a99b
Story: 2003936
Task: 27713
2019-03-14 19:46:58 +07:00
Zuul
dab77454a9 Merge "Document building configdrive on the server side" 2019-03-13 04:39:06 +00:00
Dmitry Tantsur
05d6735c6b Document building configdrive on the server side
Change-Id: I4428c80c8b000e83f6c6f193f6bd8627e9a60965
Story: #2005083
Task: #29844
2019-03-11 14:23:46 +01:00
Dmitry Tantsur
40b55416a8 Stop requiring root_gb for whole-disk images
This parameter makes no sense for them and is actually ignored after
validation. This change makes it optional (still allowed for backward
compatibility). Also cleanly separate validation code for partition and
whole-disk images.

Change-Id: I98da7d54cc6dd158d415e83c61659badc83fbeda
Story: #2005165
Task: #29895
2019-03-08 14:01:27 +01:00
Dmitry Tantsur
77ee49f21c Document using a URL for image_checksum
Added in https://review.openstack.org/#/c/639079/

Change-Id: I82800ba5c3379634f6f2583933f37aa4da60c33a
Story: #2005061
Task: #29770
2019-03-07 11:08:26 +01:00
Dmitry Tantsur
7efbbcc2d9 Support using JSON-RPC instead of oslo.messaging
Using AMQP-based RPC can be an overkill in case of ironic, especially
when used standalone. This change allows using a built-in JSON RPC
implementation instead.

This implementation does not currently support the object indirection
API, which does not seem to be used anywhere anyway.

The standalone and API test jobs are changed to use JSON RPC.

Story: #2004874
Task: #29141
Change-Id: I7cc95935d6bdae43fab5dfbd544c8e6d65fcc38d
2019-02-14 12:56:20 +01:00
Zuul
180dc85fa9 Merge "Add download link apache configuration with mod_wsgi" 2018-11-27 08:52:44 +00:00
Tuan Do Anh
09095092b4 Add download link apache configuration with mod_wsgi
Add download link apache configuration sample from the Ironic project tree

Change-Id: I2009407debc5ab5e67bdd7d44a5b4f4c83badd9a
Story: #1628434
Task: #10138
2018-11-27 11:34:58 +07:00
Sam Betts
55ac08ab85 [devstack] Allow setting TFTP max blocksize
Configuring the block size correctly for TFTPd prevents fragmentation of
the TFTP UDP packets, which can significantly slow down or even prevent
servers from booting correctly with PXE.

Change-Id: Ic00bbcfb3137edb58479c019edb3fcdc4ef55d69
2018-10-30 10:36:26 +00:00
Julia Kreger
93670fef56 Add note to pxe configuration doc
Adding a note into the PXE setup instructions
indicating the existence of the ipxe boot interface
and that the ipxe_enabled option has been deprecated.

Change-Id: I4c553b7d5da080103f1d1ccf2573586d61e7cfc4
Story: #1628069
2018-10-22 14:22:44 +00:00
Dao Cong Tien
ca80af2234 Doc: Adds cinder as a service requires creds
Change-Id: I596118afea81fe956021feac82dfb856fd53dd9c
2018-10-09 14:18:15 +07:00
Kaifeng Wang
f409a869ef Reformat instructions related with various OS
Follow up to "Ironic behind mod wsgi" documentation [1].

This reformats instructions and clears TODOs in the document,
similar places were found and fixed in this patch as well.

References to Fedora 21 are removed.

[1] https://review.openstack.org/#/c/407327

Change-Id: I3ded2614306df3f6ce4b1d14526b061dcaa7b829
2018-08-13 09:05:50 +08:00
Zuul
89f68e70e0 Merge "Update docs on ironic boot mode management" 2018-08-08 08:17:54 +00:00
Zuul
a62a029f67 Merge "Improve the "Ironic behind mod wsgi" documentation" 2018-08-07 13:04:46 +00:00
Ilya Etingof
5dc665767f Update docs on ironic boot mode management
Change-Id: Ife47bf0bb604ef285621850234994ed430095e9b
2018-08-07 11:14:51 +02:00
Ilya Etingof
27ce134fb4 Add notes on Redfish boot mode management
Change-Id: I70f717df4d1c46af559834a7d9d37df7f212c217
2018-08-03 14:53:56 +02:00
LiYucai
8f55f0514c Improve the "Ironic behind mod wsgi" documentation
Change-Id: I2d42645f04659e284d7e09d1f8b47f9eb58d592d
Closes-Bug: #1628434
Co-authored-By: Do Anh Tuan <tuanda@vn.fujitsu.com>
2018-08-02 15:56:09 +07:00
Zuul
fcc2088409 Merge "Remove endpoint_type from configuration" 2018-07-23 22:08:33 +00:00
Zuul
bf76dd4fdc Merge "Replace port 35357 with 5000 for "auth_url"" 2018-07-23 15:31:04 +00:00
Zuul
c1f672e4ea Merge "Fix bug to doc:configdrive" 2018-07-23 11:07:04 +00:00
zhang.lei
303040e273 Use openstack client instead of neutron client
Change-Id: I2c075db43ca3d9586fded8e7505300c99ead4116
2018-07-19 02:00:06 +00:00
Nguyen Van Duc
e03671bde3 Replace port 35357 with 5000 for "auth_url"
Based on the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "auth_url".

For more details, please check similar changes which have been done
on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5].

[1] https://review.openstack.org/#/c/541857
[2] https://review.openstack.org/#/c/562812
[3] https://review.openstack.org/#/c/566491
[4] https://review.openstack.org/#/c/565464
[5] https://review.openstack.org/#/c/558932

Change-Id: Ic0306aaa1a0c0875a201e0a7a6cd00f9972d10b6
2018-07-18 22:18:33 +00:00
tianhui
c47ed8a896 Fix bug to doc:configdrive
There is a wrong url in the doc and change it to correct

Change-Id: Id2fa7df39857d5df0508b0915789f12b58df8dc0
2018-07-16 02:13:53 +00:00
Zuul
036d6247e5 Merge "Update the doc regarding the removal of calssic drivers" 2018-07-14 19:51:32 +00:00
tianhui
09ebc659d4 Fix bug to doc:kernel-boot-parameters
There are wrong urls in the doc and change them to correct

Change-Id: I1ee0dbb95a6117fae37a5417b8fd44a47ba93544
2018-07-12 09:29:06 +00:00
Zuul
5d70b063a2 Merge "[doc] Use openstack client commands to replace neutron client" 2018-07-10 05:30:07 +00:00
Dao Cong Tien
a60233ccf4 Update the doc regarding the removal of calssic drivers
This patch updates the remaining doc that relates to
the removal of classic drivers.

Change-Id: I82b1ee18ea90bfdf8ab9b24e610fb5db766068a0
2018-07-09 16:13:54 +07:00
Qian Min Chen
63b7ddc6be [doc] Use openstack client commands to replace neutron client
The neutron client commands will be deprecated, so use
openstack client commands to replace neutron client.

Change-Id: I6fdf867f3c632c846940b9469e67cf4ba9653161
2018-07-08 08:18:00 +08:00
Dmitry Tantsur
1a07137118 Remove the ipmitool classic drivers
This change removes pxe_ipmitool and agent_ipmitool. Some tests
and documentation bits are removed, since we no longer have any
classic drivers to provide examples.

The Inspector.create_if_enabled method is no longer used and was
removed. The [inspector]enabled option will be deprecated in
a follow-up.

IRONIC_ENABLED_DRIVERS is removed from devstack to prevent
devstack-gate from injecting the removed drivers into it.
A temporary migration from queens is updated to disable all
classic drivers. It will be removed when the enabled_drivers
option is completely removed.

Change-Id: Iab247e3b3336f90446ef0687edb340cf8282a925
2018-06-27 13:08:42 +02:00
Dmitry Tantsur
09e89c09d1 Remove the iDRAC classic drivers
This removes the pxe_drac and pxe_drac_inspector classic drivers.

Change-Id: I2837bc626425869008d9222523b05e2ce5175c19
2018-06-26 14:29:37 +02:00
Dmitry Tantsur
9c7729d6b7 Remove the ilo classic drivers
This removes pxe_ilo, iscsi_ilo and agent_ilo. Also removed is
the whole documentation section dedicated to them.

Change-Id: Ie6f8a65d68ce4eb9c8467c416df5f3a35f0abe98
2018-06-22 16:55:20 +02:00
Zenghui Shi
efa064b96d BIOS Settings: update admin doc
Change-Id: I86a8515e8b0461c10e395c99a993fd553a11f843
2018-06-21 17:16:45 +08:00
Zuul
c8affbd485 Merge "BIOS Settings: add admin doc" 2018-06-18 09:54:44 +00:00
wangdequn
0b0e257455 change 'a optional path' to 'an optional path'
Change-Id: I54668ee39af61f19af0206deb6b9a479e338f767
2018-06-12 17:33:32 +08:00
Zenghui Shi
a8c425a2cd BIOS Settings: add admin doc
Change-Id: I8fd50be453c5306aa34d8afa5ebb79476af5f1cb
Story: #1712032
2018-06-12 11:50:10 +08:00