Skip to content

Commit b681479

Browse files
authored
2.x: Using ce-dev-ce-provision-config 2.x (#208)
* 2.x: Using the right conditions to build binaries * 2.x: Update RELEASE file * 2.x: Fixed how the tags are identified to run a new build * 2.x: Fixed tarballs, mising lib folder * 2.x: Fixed some bits about localgov * 2.x: Getting the latest release available per branch * Updated install.sh scrip to get the latest version per branch. Fixed some localgov templates (#189) * 2.x: Fixed some bits about localgov * 2.x: Getting the latest release available per branch * Added Drupal 11 template, removed yarn (#203) * 2.x: Fixed some bits about localgov * 2.x: Getting the latest release available per branch * 2.x: Added drupal11 template. Removed .travis file * 2.x: Added Drupal 11 template * 2.x: Updated references with 2.x-devel to devel-2.x * 2.x: Removed reference to the branch * 2.x: Enabled corepack to use latest version of yarn * 2.x: Fixed yarn command * 2.x: Using yarn dlx instead of yarn install --global * 2.x: Using again install instead of dlx * 2.x: Removed all references to yarn to make it simple * 2.x: Added missing flag production=false * 2.x: Removed --global because it does not work with --production=false * 2.x: Removed yarn from doc and other old stuff * 2.x: Fixed devel tag * 2.x: Using ce-dev-ce-provision-config 2.x * 2.x: Added new param ansible_collection_dir * 2.x: Added missing var to ce_deploy too
1 parent bf6cde1 commit b681479

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

RELEASE

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
2.0.1
1+
2.0.2
22

3-
## Changes since 2.0.0
3+
## Changes since 2.0.1
44

5-
* Added Drupal 11 template
5+
* Using https://github.com/codeenigma/ce-dev-ce-provision-config 2.x
6+
* Removed yarn as dependency, using only npm
67
* Updated references to 2.x-devel with devel-2.x

docker-images/controller-ci/provision.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
own_repository_branch: 2.x
2020
own_repository_skip_checkout: false
2121
config_repository: https://github.com/codeenigma/ce-dev-ce-provision-config.git
22-
config_repository_branch: 1.x
22+
config_repository_branch: 2.x
2323
config_repository_skip_checkout: false
2424
username: "{{ _ce_provision_username }}"
2525
install_username: "{{ _ce_provision_username }}"
@@ -30,6 +30,7 @@
3030
ssh_key_type: rsa
3131
aws_support: true
3232
local_dir: /home/controller/ce-provision
33+
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
3334
groups: []
3435
contrib_roles:
3536
- directory: wazuh

docker-images/controller-devel/provision.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
new_user: true
2626
key_name: id_rsa.pub
2727
local_dir: /home/ce-dev/ce-deploy
28+
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
2829
ce_provision_dir: "/home/ce-dev/ce-provision"
2930
groups: []
3031
galaxy_custom_requirements_file: ""
@@ -42,7 +43,7 @@
4243
own_repository_branch: 2.x
4344
own_repository_skip_checkout: false
4445
config_repository: https://github.com/codeenigma/ce-dev-ce-provision-config.git
45-
config_repository_branch: 1.x
46+
config_repository_branch: 2.x
4647
config_repository_skip_checkout: false
4748
username: "{{ _ce_provision_username }}"
4849
install_username: "{{ _ce_provision_username }}"
@@ -53,6 +54,7 @@
5354
ssh_key_type: rsa
5455
aws_support: true
5556
local_dir: /home/ce-dev/ce-provision
57+
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
5658
groups: []
5759
contrib_roles:
5860
- directory: wazuh

docker-images/controller/provision.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
new_user: true
2626
key_name: id_rsa.pub
2727
local_dir: /home/ce-dev/ce-deploy
28+
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
2829
ce_provision_dir: "/home/ce-dev/ce-provision"
2930
groups: []
3031
galaxy_custom_requirements_file: ""
@@ -42,7 +43,7 @@
4243
own_repository_branch: 2.x
4344
own_repository_skip_checkout: false
4445
config_repository: https://github.com/codeenigma/ce-dev-ce-provision-config.git
45-
config_repository_branch: 1.x
46+
config_repository_branch: 2.x
4647
config_repository_skip_checkout: false
4748
username: "{{ _ce_provision_username }}"
4849
install_username: "{{ _ce_provision_username }}"
@@ -53,6 +54,7 @@
5354
ssh_key_type: rsa
5455
aws_support: true
5556
local_dir: /home/ce-dev/ce-provision
57+
ansible_collections_dir: "/home/ce-dev/ce-deploy/galaxy/ansible_collections"
5658
groups: []
5759
contrib_roles:
5860
- directory: wazuh

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ce-dev",
33
"description": "Local Stack wrapper tool",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Codeenigma",
66
"bin": "./bin/run.js",
77
"bugs": "https://github.com/codeenigma/ce-dev/issues",

0 commit comments

Comments
 (0)