-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<feature>[root]: use openeuler image for vpc
Resolves: ZSTAC-65988 Change-Id: I6b69757169676c627463787164696a6a6961696e
- Loading branch information
Showing
112 changed files
with
1,664 additions
and
699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
[[GENERIC]] | ||
# this files for all archs | ||
# format: [source file] [dst file] [file mode] [file owner] | ||
# | ||
sysctl.conf /etc/sysctl.conf 0644 root:root | ||
healthcheck.sh /usr/share/healthcheck.sh 0755 __USER__:users | ||
zvr-monitor.sh __ZVR_ROOT_PATH__/ssh/zvr-monitor.sh 0755 __USER__:users | ||
zvr-reboot.sh __ZVR_ROOT_PATH__/ssh/zvr-reboot.sh 0755 __USER__:users | ||
file-monitor.sh __ZVR_ROOT_PATH__/ssh/file-monitor.sh 0755 __USER__:users | ||
zstack-virtualrouteragent __BIN_PATH__/zstack-virtualrouteragent 0755 root:root | ||
rsyslog_euler.conf /etc/rsyslog.conf 0644 root:root | ||
rsyslog.haproxy /etc/rsyslog.d/haproxy.conf 0600 root:root | ||
rsyslog.keepalived /etc/rsyslog.d/keepalived.conf 0600 root:root | ||
rsyslog.dhcp /etc/rsyslog.d/dhcp.conf 0600 root:root | ||
lograte.auth /etc/logrotate.d/auth 0600 root:root | ||
lograte.charon /etc/logrotate.d/charon 0600 root:root | ||
lograte.dhcp /etc/logrotate.d/dhcp 0600 root:root | ||
lograte.dnsamsq /etc/logrotate.d/dnsamsq 0600 root:root | ||
lograte.gobetween /etc/logrotate.d/gobetween 0600 root:root | ||
lograte.haproxy /etc/logrotate.d/haproxy 0600 root:root | ||
lograte.keepalived /etc/logrotate.d/keepalived 0600 root:root | ||
lograte.zsn /etc/logrotate.d/zsn 0600 root:root | ||
lograte.zvr /etc/logrotate.d/zvr 0600 root:root | ||
lograte.zvrMonitor /etc/logrotate.d/zvrMonitor 0600 root:root | ||
lograte.zvrstartup /etc/logrotate.d/zvrstartup 0600 root:root | ||
|
||
[[X86]] | ||
# this files just for x86_64 | ||
# format: [source file] [dst file] [file mode] [file owner] | ||
# | ||
zvr_x86_64 __BIN_PATH__/zvr 0755 __USER__:users | ||
zvrboot_x86_64 __BIN_PATH__/zvrboot 0755 root:root | ||
|
||
[[ARM]] | ||
# this files just for aarch64 | ||
# format: [source file] [dst file] [file mode] [file owner] | ||
# | ||
|
||
[[MIPS]] | ||
# Use for add/sync files just for mips64 | ||
# format: [source file] [dst file] [file mode] [file owner] | ||
# | ||
|
||
[[LOONG]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[[GENERIC]] | ||
# this files for all archs | ||
# format: [source file] [dst file] [file mode] [file owner] | ||
# | ||
sysctl.conf /etc/sysctl.conf 0644 root:root | ||
healthcheck.sh /usr/share/healthcheck.sh 0755 __USER__:users | ||
zvr-monitor.sh __ZVR_ROOT_PATH__/ssh/zvr-monitor.sh 0755 __USER__:users | ||
zvr-reboot.sh __ZVR_ROOT_PATH__/ssh/zvr-reboot.sh 0755 __USER__:users | ||
file-monitor.sh __ZVR_ROOT_PATH__/ssh/file-monitor.sh 0755 __USER__:users | ||
zstack-virtualrouteragent /etc/init.d/zstack-virtualrouteragent 0755 root:root | ||
rsyslog_euler.conf /etc/rsyslog.conf 0644 root:root | ||
rsyslog.haproxy /etc/rsyslog.d/haproxy.conf 0600 root:root | ||
rsyslog.keepalived /etc/rsyslog.d/keepalived.conf 0600 root:root | ||
rsyslog.dhcp /etc/rsyslog.d/dhcp.conf 0600 root:root | ||
lograte.auth /etc/logrotate.d/auth 0600 root:root | ||
lograte.charon /etc/logrotate.d/charon 0600 root:root | ||
lograte.dhcp /etc/logrotate.d/dhcp 0600 root:root | ||
lograte.dnsamsq /etc/logrotate.d/dnsamsq 0600 root:root | ||
lograte.gobetween /etc/logrotate.d/gobetween 0600 root:root | ||
lograte.haproxy /etc/logrotate.d/haproxy 0600 root:root | ||
lograte.keepalived /etc/logrotate.d/keepalived 0600 root:root | ||
lograte.zsn /etc/logrotate.d/zsn 0600 root:root | ||
lograte.zvr /etc/logrotate.d/zvr 0600 root:root | ||
lograte.zvrMonitor /etc/logrotate.d/zvrMonitor 0600 root:root | ||
lograte.zvrstartup /etc/logrotate.d/zvrstartup 0600 root:root | ||
|
||
[[X86]] | ||
# this files just for x86_64 | ||
# format: [source file] [dst file] [file mode] [file owner] | ||
# | ||
zvr_x86_64 __BIN_PATH__/zvr 0755 __USER__:users | ||
|
||
[[ARM]] | ||
# this files just for aarch64 | ||
# format: [source file] [dst file] [file mode] [file owner] | ||
# | ||
|
||
[[MIPS]] | ||
# Use for add/sync files just for mips64 | ||
# format: [source file] [dst file] [file mode] [file owner] | ||
# | ||
|
||
[[LOONG]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/var/log/auth.log { | ||
size 50M | ||
rotate 10 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/var/log/charon.log { | ||
size 50M | ||
rotate 10 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/var/log/dhcp.log { | ||
size 10240k | ||
rotate 20 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/var/log/dnsmasq.log { | ||
size 50M | ||
rotate 10 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/var/log/gobetween*.log { | ||
size 50M | ||
rotate 10 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/var/log/haproxy.log { | ||
size 50M | ||
rotate 10 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/var/log/keepalived.log { | ||
size 10240k | ||
rotate 20 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/var/log/zstack/zsn-agent/zsn-agent.log { | ||
size 50M | ||
rotate 10 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/home/zstack/zvr/zvr.log { | ||
size 10240k | ||
rotate 40 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/home/zstack/zvr/zvrMonitor.log { | ||
size 10240k | ||
rotate 40 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/home/zstack/zvr/zvrstartup.log { | ||
size 10240k | ||
daily | ||
rotate 10 | ||
compress | ||
copytruncate | ||
notifempty | ||
missingok | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
$ModLoad imudp | ||
$UDPServerRun 514 | ||
local3.debug /var/log/dhcp.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
$ModLoad imudp | ||
$UDPServerRun 514 | ||
local1.info /var/log/haproxy.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
$ModLoad imudp | ||
$UDPServerRun 514 | ||
local2.debug /var/log/keepalived.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.8.0 | ||
5.2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.