Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v10.10 #28

Merged
merged 36 commits into from
Sep 3, 2019
Merged

Release v10.10 #28

merged 36 commits into from
Sep 3, 2019

Conversation

zivshits
Copy link
Contributor

@zivshits zivshits commented Sep 3, 2019

No description provided.

Ziv Lifshits and others added 30 commits November 26, 2018 16:15
…ning all tasks and hosts parallely (#2)

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely

* changing authentication to credssp, cleaning solution

* changed the register component process

* Update cpm.yml

* Update pas-orchestrator.yml

* Update psm.yml

* Update pvwa.yml

* Update register_components.yml
* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely

* changing authentication to credssp, cleaning solution

* changed the register component process

* update readme fil

* fixing README

* README fixes
* Added full Apache 2.0 License file

* fixed company name and moved stuff around
* - Fixed templating error, fixed typo on readme

* - Fixed funny yes
* -Add Jenkinsfile

* -Set requirements for tests

* -Fix typo

* -Expand yamllint checking on all yml files

* -Make testenv folder invisible

* -Ignore check hidden folders
* § changed requirements to v10.8

* Update requirements.yml
@zivshits zivshits requested a review from nimrody15 September 3, 2019 13:51
nimrody15
nimrody15 previously approved these changes Sep 3, 2019
Copy link

@nimrody15 nimrody15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zivshits zivshits requested review from avishayil and yogevh September 3, 2019 14:08
Copy link

@nimrody15 nimrody15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@avishayil avishayil merged commit 94ed5e4 into master Sep 3, 2019
zivshits added a commit that referenced this pull request Jan 6, 2020
* Merge develop to master, prepare for v10.8 (#26)

* Release v10.10 (#28)

* - Initial folder structure

* -Add hosts files with examples

* - Added hosts and group_vars/windows.yml

* - Add register_components.yml skeleton

* - Add requirements file

* - Update register components to run 1 by 1

* - Supports components registration order

* - Enable components installation

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely (#2)

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely

* changing authentication to credssp, cleaning solution

* changed the register component process

* Update cpm.yml

* Update pas-orchestrator.yml

* Update psm.yml

* Update pvwa.yml

* Update register_components.yml

* Cli 669 (#3)

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely

* changing authentication to credssp, cleaning solution

* changed the register component process

* update readme fil

* fixing README

* README fixes

* Added full Apache 2.0 License file (#4)

* Added full Apache 2.0 License file

* fixed company name and moved stuff around

* - Fixed templating error, fixed typo on readme (#6)

* - Fixed templating error, fixed typo on readme

* - Fixed funny yes

* set cpm registration to false (#5)

* - Added yamllint linter (#7)

* -Add Jenkinsfile (#9)

* -Add Jenkinsfile

* -Set requirements for tests

* -Fix typo

* -Expand yamllint checking on all yml files

* -Make testenv folder invisible

* -Ignore check hidden folders

* - Add Cyberark EULA (#8)

* - Organized facts from prompt (#10)

* -Name set_facts task (ansible-lint issue) (#12)

* Pas orchestrator readme changes (#11)

* -Add default values (#14)

* - Merge latest master to develop (#16)

* Change installation order for version 10.7 (#18)

* - Update components versions to release 10.7 (#20)

* § removing the need of pvwa ip in psm registration (#23)

* § changed requirements to v10.8 (#25)

* § changed requirements to v10.8

* Update requirements.yml

* § adding retry mechanism to pvwa (#27)

* - Ignore inteliJ folder

* Update roles versions to 10.10

* - Add chech install roles

* - Add chech install roles

* Sync develop (#32)

* - Initial folder structure

* -Add hosts files with examples

* - Added hosts and group_vars/windows.yml

* - Add register_components.yml skeleton

* - Add requirements file

* - Update register components to run 1 by 1

* - Supports components registration order

* - Enable components installation

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely (#2)

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely

* changing authentication to credssp, cleaning solution

* changed the register component process

* Update cpm.yml

* Update pas-orchestrator.yml

* Update psm.yml

* Update pvwa.yml

* Update register_components.yml

* Cli 669 (#3)

* cli-637, cli-670, Adding input parameters, aligning orchestrator, running all tasks and hosts parallely

* changing authentication to credssp, cleaning solution

* changed the register component process

* update readme fil

* fixing README

* README fixes

* Added full Apache 2.0 License file (#4)

* Added full Apache 2.0 License file

* fixed company name and moved stuff around

* - Fixed templating error, fixed typo on readme (#6)

* - Fixed templating error, fixed typo on readme

* - Fixed funny yes

* set cpm registration to false (#5)

* - Added yamllint linter (#7)

* -Add Jenkinsfile (#9)

* -Add Jenkinsfile

* -Set requirements for tests

* -Fix typo

* -Expand yamllint checking on all yml files

* -Make testenv folder invisible

* -Ignore check hidden folders

* - Add Cyberark EULA (#8)

* - Organized facts from prompt (#10)

* -Name set_facts task (ansible-lint issue) (#12)

* Pas orchestrator readme changes (#11)

* -Add default values (#14)

* - Merge latest master to develop (#16)

* Change installation order for version 10.7 (#18)

* - Update components versions to release 10.7 (#20)

* § removing the need of pvwa ip in psm registration (#23)

* § changed requirements to v10.8 (#25)

* § changed requirements to v10.8

* Update requirements.yml

* § adding retry mechanism to pvwa (#27)

* - Support version v11.1

* - Support version v11.1 (#29)

* - Initial support for automatic tests (#35)

* - Initial support for automatic tests

* Update requirements.txt (#37)

* Update requirements.txt

* - Requirements file relocation

* Update ec2-infrastructure.yml

* - Seperate requirements file for testing

* - Fixed some typos on README

* - Fixed some typos on README

* - Fixed some typos on README

* - Added yamllint

Co-authored-by: Ziv Lifshits <ziv.lifshits@gmail.com>
@avishayil avishayil deleted the release/v10.10 branch February 13, 2020 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants