-
Notifications
You must be signed in to change notification settings - Fork 2
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
infrastructure.salt: introduce salt-stage/pistis #190
base: main
Are you sure you want to change the base?
Conversation
3d90a74
to
92825d5
Compare
Type=oneshot | ||
EnvironmentFile=/etc/pistis | ||
ExecStart=pistis{{ ' -gitlab ' ~ pistis.gitlab if 'gitlab' in pistis }} -repository {{ directory }}{{ ' -ignore-merge' if pistis.get('ignore-merge') is True }}{{ ' -loglevel ' ~ pistis.loglevel if 'loglevel' in pistis }} | ||
ExecStartPost=rsync -a {{ directory }}/ /srv/{{ directory }}-validated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please show a typical value for directory
?
I have a feeling that the rsync target directory might be somewhat unexpected...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default in map.jinja is /srv/salt-git.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that /srv/ is of course not right here ..
infrastructure-formula/infrastructure/salt/files/etc/systemd/system/salt-stage.service
Show resolved
Hide resolved
92825d5
to
41c8733
Compare
New states for manging the repository validation and staging service using Pistis. Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
41c8733
to
05670dd
Compare
New states for manging the repository validation and staging service using Pistis.