-
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
Fulcrum demo #642
base: production
Are you sure you want to change the base?
Fulcrum demo #642
Conversation
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.
We have a little bit of work to do before this can be merged... We'll need to ensure that the www-lib servers are ready for the Adoptium change. There is also some fixup for the Shibboleth config.
manifests/profile/fulcrum/mysql.pp
Outdated
$password = $db[1] | ||
exec { "create-${name}-db": | ||
unless => "/usr/bin/mysql -u${name} -p${password} ${name}", | ||
command => "/usr/bin/mysql -uroot -p${mysql_password} -e \"create database ${name}; grant all on ${name}.* to ${name}@localhost identified by '${password}';\"", |
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.
Sync up with parameter names (mysql_password, password, root_password?)
@@ -50,7 +50,7 @@ | |||
ensure => 'running', | |||
enable => true, | |||
hasrestart => true, | |||
require => [Package['shibboleth-sp-utils'], Package['odbc-mariadb']] | |||
require => [Package['shibboleth-sp-utils'], Package['mariadb-unixodbc']] |
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.
Double check package name
@@ -17,7 +17,7 @@ | |||
'git', | |||
'emacs', | |||
'imagemagick', | |||
"openjdk-${jdk_version}-jre", | |||
"temurin-${jdk_version}-jre", |
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.
Have to make this safe to merge and then "switch" www_lib to new package setup.
I noticed in the tomcat logs (/var/log/fedora) that tomcat hasn't been able to unpack the fedora war file due to the perms on the webapps directory. The reason I was looking around is that before this update is final, we'll also need a way to specify that the fedora binary storage is on the NAS volume while the other aspects of running fedora are on local disk. There is a hook for the binary storage directory in repository.json which presumably pulls a value from /etc/default/fedora. |
Get fulcrum standalone app host role working