You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've two environments deployed, 1_0_0 and peadm. After going to #/orchestration/tasks/create => selecting the environment and then the task, I get an error:
This is reproducible for all tasks in this environment. It works if I select the peadm environment. I don't know if this is actually related to the environment starting with a digit, but it's reproducible. It's fine to run the task via the CLI:
root@pe ~ # puppet task --environment 1_0_0 run service action=status name=pe-puppetserver --nodes $(hostname -f)
Starting job ...
Note: The task will run only on permitted nodes.
New job ID: 2
Nodes: 1
Started on pe ...
Finished on node pe
status : running
enabled : true
Job completed. 1/1 nodes succeeded.
Duration: 1 sec
root@pe ~ #
It's only a problem in the PE console.
Expected Behavior
Environments starting with a digit should be supported by the PE console.
bastelfreak
changed the title
PE console fails to run task from environment starting with a digit
PE console fails to run task from environment starting with a digit or uppercase letter
Oct 2, 2024
it also fails when the branch contains an uppercase letter
bastelfreak
changed the title
PE console fails to run task from environment starting with a digit or uppercase letter
PE console fails to run task from environment starting with a digit or contain an uppercase letter
Oct 2, 2024
Describe the Bug
Hi, I've two environments deployed, 1_0_0 and peadm. After going to
#/orchestration/tasks/create
=> selecting the environment and then the task, I get an error:This is reproducible for all tasks in this environment. It works if I select the peadm environment. I don't know if this is actually related to the environment starting with a digit, but it's reproducible. It's fine to run the task via the CLI:
It's only a problem in the PE console.
Expected Behavior
Environments starting with a digit should be supported by the PE console.
Steps to Reproduce
Environment
Additional Context
The text was updated successfully, but these errors were encountered: