Skip to content
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

Draft
wants to merge 110 commits into
base: production
Choose a base branch
from
Draft

Fulcrum demo #642

wants to merge 110 commits into from

Conversation

antmoth
Copy link
Contributor

@antmoth antmoth commented Dec 11, 2023

Get fulcrum standalone app host role working

Copy link
Member

@botimer botimer left a 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.

$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}';\"",
Copy link
Member

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']]
Copy link
Member

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",
Copy link
Member

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.

@skorner
Copy link
Member

skorner commented Dec 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants