Commit Graph

20 Commits

Author SHA1 Message Date
zhurong b873684f21 Fix murano-agent DIB
Change-Id: Ief20dfb3b24c1d3ec743f3e9414bde9815fa5567
2022-01-08 02:46:52 +00:00
zhulingjie abd90aca47 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I3664320061126e98bd9655d0ecc1fac565f00e40
2019-04-28 17:10:09 +08:00
Ian Wienand 018633a56c Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Icf0b56abd4907252f23dcbd7d6267b25974f885f
2019-03-24 20:34:19 +00:00
Stan Lagun 6ea51f4678 Message signing implementation for legacy Windows agent
Also does a minor code refactoring to address R# warnings +
add Apache 2.0 headers

Change-Id: I1486909950828993400a75aa320c73adba4c086f
Partial-Blueprint: message-signing
2018-01-03 10:31:20 +00:00
Jose Phillips 945e643d5c Fix Null Reference exception in Windows agent PS scripts
This patch will be going to solve if a output of the powershell script
returns null.
Also change the version of the agent.

Change-Id: I1927deab198283dcbebe00a03db693c41893295d
Closes-bug: #1627851
2016-09-26 17:19:33 -05:00
Tetiana Lashchova f95912e1b9 Change chef installation method
Fedora and Centos don't have chef in their repos.
So we need to install it in another way.
This patch adds an ability to install chef in different ways
depending on a used distro (ubuntu, fedora, centos7)

Change-Id: I1a8ea048791cc0498e78c6a406ef9b486d213471
Related-Bug: #1578991
2016-05-19 17:34:37 +00:00
Nikolay Starodubtsev 4c28db2e9c Install murano-agent to pip default location
During package build murano-agent was installed into /opt/stack/<smthg>
directory. This causes problems with the new way of how agent is
detected by murano.
Related-Bug: #1570962
Change-Id: I3dbacb03243d462e9f688e502deec07e33490b30
2016-05-19 12:11:36 +00:00
Alexey Deryugin 6ae0e725a0 Ensure murano-agent starts on boot on debian-based images
Change-Id: I5340c31553cf4dc53b8ccf6069bec3a44098f38c
2015-12-08 12:17:55 +03:00
Stan Lagun 5f5cb9282a NuGet.exe was removed from the repo
Build instructions were added to README.rst

Change-Id: I7d73d15764ac87c9cc37c0273b5b4a2200d99acb
Closes-Bug: #1494844
2015-09-28 18:26:23 +03:00
Alexey Deryugin cbf4ede2a9 Update Ubuntu-based image build documentation
Change-Id: Ic98d8e42666524336a6996d28ea55133660fe4ed
Related-Bug: #1470863
2015-07-14 15:05:14 +00:00
Alexey Deryugin fc05b9d254 Chef and Puppet elements integration into Murano-agent
Change-Id: I8d988fba8199bd3567245f51e1cad1b7d9115639
Implements: blueprint chef-puppet-elements-integration
2015-07-01 16:39:37 +03:00
Jenkins 7b17e6d22e Merge "Add Murano Agent for Windows" 2015-06-05 16:47:43 +00:00
Ekaterina Chernova dd1a0cf3e6 Add Murano Agent for Windows
This patch restores Murano Windows Agent.
NOTE: this code may be outdated and is not supported at the moment.

Change-Id: I77cfc3dd7d4bdbf528b665d66bf88401dc557fbd
Closes-Bug: #1457859
2015-06-04 17:26:11 +03:00
Alexey Deryugin bc7268ee6d Add murano-agent DIB element for Debian
Change-Id: I5d4ef79d9826ae2e0362ea63dc8aaf16cd0a8b9b
Closes-Bug: #1455469
2015-06-03 14:05:33 +03:00
Alexey Deryugin ae13cb23df [DIB] Fix repository names in murano-agent elements
Change-Id: I7bebc8a5e5b1677d5329c9236fc7db4e66cadc3a
2015-04-20 16:40:38 +03:00
Alexey Deryugin db96ac30d0 Fixes image building, CI tests and requirements
[DIB] Add posibility to build image from specified commit of agent
Included gitpython, required by file-downloading feature
Incorrect generation of file path where to put script symlink caused
"OSError: [Errno 2] No such file or directory" exception to be raised
after first execution plan run

Change-Id: Ifb6dffde5afd5ad5ce363934be71c7cc1e046de2
Closes-Bug: #1439367
Closes-Bug: #1439767
Co-Authored-By: Stan Lagun <slagun@mirantis.com>
Co-Authored-By: Kirill Zaitsev <kzaitsev@mirantis.com>
2015-04-03 13:45:54 +03:00
Alexey Deryugin 72f2601e94 Self-sufficient DIB elements
Improvements:
1. Updated DIB elements do not require any external scripts
   (like setup.sh and setup-centos.sh)
2. upstart and systemd are used to setup murano-agent
   as a service
3. Cross-distribution aspects are handled by DIB

Required changes: https://review.openstack.org/#/c/153172/

Change-Id: I9de74f89ade8bbf042696bc8d826d554beb4138c
2015-02-06 16:01:05 +03:00
Stan Lagun 87367a4020 Windows agent was moved to another repo
Now it is at https://github.com/murano-project/murano-windows-agent

Change-Id: Ifedfbbc339b1eb00fd2584aef141cce7c87e1616
2014-09-25 23:30:43 +04:00
Angus Salkeld 7358c5471d Add dib element to build an image with murano-agent
blueprint use-dib-to-build-images

Change-Id: I8738a621af4203c1a20eeeed2dcb1fa52df76252
2014-09-12 13:47:09 +10:00
Ruslan Kamaldinov 79c7da668a Extract main python client to the top
C and Windows clients were moved to directory 'contrib'.

Change-Id: I2a31a965d38f4f750abf9c8dfa90b249dbe1aeba
2014-05-29 20:02:50 +04:00