Skip to content

Instantly share code, notes, and snippets.

View Charnnarong's full-sized avatar
🎯
Focusing

Charnnarong Cth Charnnarong

🎯
Focusing
View GitHub Profile
#include "GameScene.h"
GameScene::GameScene() {
// TODO Auto-generated constructor stub
}
GameScene::~GameScene() {
// TODO Auto-generated destructor stub
}
#ifndef GAMESCENE_H_
#define GAMESCENE_H_
class GameScene {
public:
GameScene();
virtual ~GameScene();
};
#endif /* GAMESCENE_H_ */

Rh-SSO with EAP7 Cluster setup guide.

This installation and configuration guide is intended to use as the main concept of integrating RedHat SSO with mod_cluster only. The guide doesn’t cover full brown cluster setup. For more advanced cluster setup, please refer here.

Requirement

  • Red Hat JBoss Core Services Apache HTTP Server 2.4.23 for RHEL 7 x86_64
  • EAP 7
  • BPMS
  • RH-SSO
R,G,G,G,B,B
G,R,G,G,B,B
G,G,R,G,B,B
G,G,G,R,B,B
B,R,G,G,G,B
R,B,G,G,G,B
G,B,R,G,G,B
B,G,R,G,G,B
R,G,B,G,G,B
G,R,B,G,G,B
1,2,3,4,5,6
1,2,3,4,6,5
1,2,3,5,4,6
1,2,3,5,6,4
1,2,3,6,4,5
1,2,3,6,5,4
1,2,4,3,5,6
1,2,4,3,6,5
1,2,4,5,3,6
1,2,4,5,6,3
1,2,B,4,B,6
2,1,B,4,B,6
B,1,2,4,B,6
1,B,2,4,B,6
2,B,1,4,B,6
B,2,1,4,B,6
B,2,4,1,B,6
2,B,4,1,B,6
4,B,2,1,B,6
B,4,2,1,B,6
area,bedroom,price
-------------------
2104,3,399900
1600,3,329900
2400,3,369000
1416,2,232000
3000,4,539900
1985,4,299900
1534,3,314900
1427,3,198999
---
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: psp.flannel.unprivileged
annotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default
seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default
apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default
apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default
---
# Source: calico/templates/calico-config.yaml
# This ConfigMap is used to configure a self-hosted Calico installation.
kind: ConfigMap
apiVersion: v1
metadata:
name: calico-config
namespace: kube-system
data:
# Typha is disabled.