Commit Graph

19 Commits

Author SHA1 Message Date
zhurong c75c682069 Retire murano-deployment
Change-Id: I379c64805e45a3462d5d2530865cec2f878d57d3
2019-01-07 05:13:26 +00:00
Guoqiang Ding 81e4488a9f Fix the misspelling of "default"
Change-Id: I4dc7cfe961163f3faafddcdf8b1db6b98992eb78
2017-12-24 21:00:15 +08:00
zhangyanxian 5d99d57de7 Fix typos in SQLServerInstaller.ps1
TrivialFix

Change-Id: Ic39de2143206684fd0d060204144fd4ac848d09b
2017-02-04 01:59:09 +00:00
Cao Xuan Hoang 328f659776 Add Apache 2.0 license to source file
As per OpenStack licensing guide lines [1]:
[H102 H103] Newly contributed Source Code should be licensed under
the Apache 2.0 license.
[H104] Files with no code shouldn't contain any license header nor
comments, and must be left completely empty.

[1] http://docs.openstack.org/developer/hacking/#openstack-licensing

Change-Id: Ide3b2d067eaa39073c3a7b17537645d4b6f243d6
2016-11-15 15:42:19 +07:00
Mykyta Karpin 0b8a5f2d1b Fix murano-deployment gate
Currently murano-deployment gate is broken,
it is failing due to outdated syntax_check.sh script,
outdated job configuration and also some scripts fails to pass
shellcheck testing included in the gate.

This commit does the following:

- fix bash scripts so they can pass shellcheck in
gate-murano-deployment job.
- fix path to jobs in syntax_check.sh
- fix gate-murano-deployment job configuration
- set trusty-devstack-* slaves label for
gate-murano-deployment job
- logs names pattern is updated in rotate-devstack-logs.sh
- now rotate-devstack-logs.sh rotates all logs except stack.sh log

Change-Id: I39d86e405014ee368eaef8348d720d1ab8443e3b
Closes-Bug: #1600213
2016-07-11 10:56:15 +03:00
Jenkins a910400ab0 Merge "Fixed runme.sh script for free space" 2016-03-03 00:57:15 +00:00
Andrey f31252a74f Added zip package into the requirements
Change-Id: I51046ae18ba02e78f72148626a92a9c04984424f
2016-02-25 15:41:13 -08:00
Andrey Grebennikov 7294f6dff0 Fixed runme.sh script for free space
In case there is more than 1Tb space available
the free space check can not pass

Change-Id: I965aa45448c0a081daf711208af944a54683b632
2016-02-22 23:25:51 -08:00
Han Manjong 6e460b6e2f Add the arguments on calling prepare_local_sambaserver()
In run_normal(), preparing_local_sambaserver() is called without
the arguments. So, preparing_local_sambaserver() is failed with
the message "Err: File /etc/samba/smb.conf not found!", even
though the file "/etc/samba/smb.conf" is existed.

Change-Id: I452d4bf7726b6e2bc2d4ac048ccaac83927638be
Closes-Bug: #1547643
2016-02-20 04:15:12 +09:00
Zhao Lei c3e33c3bc4 Remove quotes from subshell call in bash script
Always no quotes for $() statement.

We don't need quotes to hold blanks in result:
 # i=$(echo 1 2 3)
 # echo $i
 1 2 3
 #

These quotes can make something wrong in some case:
 # i=$(echo '!')
 #
 # i="$(echo '!')"
 -bash: !: event not found
 #

No real problem for current code, only to use a better code style.

Change-Id: Icb987c4ac37608cf6e25fafd07c810842e297312
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-09-23 18:58:41 +08:00
venkatamahesh 15c50632c7 Fix the .rst extension
The file is saved in .rts extension
so it is changed to .rst

Change-Id: Idaf2d6a8b2b1ff828de1b61d8e84e41f146c10b2
Closes-Bug: #1491362
2015-09-02 23:40:22 +05:30
Dmitry Teselkin f95dd8ed48 Do not try to install all subfeatures on Win2k8
Change-Id: Iaa6248c80e5f16b56dc4ffc835bfbabbb470ab93
2015-05-22 20:36:50 +03:00
Jenkins c3881df744 Merge "Fixed errors related to grammar and markup" 2015-05-22 14:48:18 +00:00
Dmitry Teselkin f438ddc975 Check if Install-WindowsFeature available before using it
Change-Id: Ia80bc5610cc0bcab106ba646741403c76bb06f0f
2015-05-22 16:32:57 +03:00
Igor Yozhikov c3f6164af1 Fixed errors related to grammar and markup
Change-Id: I0c940d651c84a0e9294d9a4ab3f7a3fa1498b484
2015-05-21 18:26:45 +03:00
Igor Yozhikov a66da37ca4 Refactored Windows image-builder
* main logic rewritten in bash instead of make
* updated unattended scenarios
* updated used software
* updated powershell scripts
* fixed support of win2k8r2

Change-Id: Ia2837ef11dfba2228381fb77b008bc6ea5068f36
2015-05-21 14:13:59 +03:00
Alexey Deryugin a80af36e14 Fix repository path in case of murano migration to openstack namespace
Change-Id: Ie663a983900610e71951f9ed8561603952ff0796
2015-04-20 13:39:17 +03:00
Dmitry Teselkin aac6c62d60 Fix image-builder scripts
* Fix encoding issues
* Convert all files to UTF-8
* Fix indendation and hanging whitespaces
* Add new vairable LIBVIRT_IMAGES_DIR to be able to use faster drive for KVM images
* Fix unattended template for sysrep on Windows Server 2008 R2

Change-Id: Ifb4df8c0eeddf1698a6e4c691f48e92406bac770
2014-08-12 12:21:58 +04:00
Ruslan Kamaldinov f025daeebb Cleaned up unused files
* removed outdated files
* moved everything related to windows to contrib/windows
* moved everything related to cirros to contrib/cirros

Change-Id: Ibdffb96e25b94f545a836cb5df75beeae2b286a7
2014-07-01 16:06:33 +04:00