Issue
I canceled a cluster operation with CTR+C and now can not apply changes.
Reinitializing /home/username/pse/.dna/scripts
Skipping new server tiger (reinit applies to existing servers only)
Skipping new server keypairs (reinit applies to existing servers only)
Skipping new server vpc (reinit applies to existing servers only)
Skipping new server security-groups (reinit applies to existing servers only)
Skipping new server elasticsearch-snapshots (reinit applies to existing servers only)
Skipping new server storage-bucket (reinit applies to existing servers only)
Skipping new server storage (reinit applies to existing servers only)
Skipping new server controller-1 (reinit applies to existing servers only)
Skipping new server elb (reinit applies to existing servers only)
Skipping new server elbi (reinit applies to existing servers only)
Skipping new server elb-mesos (reinit applies to existing servers only)
Skipping new server elbi-mesos (reinit applies to existing servers only)
Skipping new server elb-marathon (reinit applies to existing servers only)
Skipping new server elbi-marathon (reinit applies to existing servers only)
Skipping new server route53 (reinit applies to existing servers only)
Skipping new server worker-1 (reinit applies to existing servers only)
Skipping new server worker-2 (reinit applies to existing servers only)
Skipping new server worker-3 (reinit applies to existing servers only)
Reinitializing environment terraform
No such server 'tiger'. Use 'dna servers' to list all servers.
cluster-init failed
Environment
- CloudBees Jenkins Enterprise (CJE) - AWS
Resolution
You have to cancel the current cluster operation and remove the .dna folder
cje cancel
rm -fr .dna
then you cloud do “cje prepare OPERATION” again
0 Comments