oc_adm_csr.py 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/csr -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_adm_csr
  52. short_description: Module to approve or deny openshift certificate signing requests
  53. description:
  54. - Wrapper around the openshift `oc adm certificate approve|deny <csr>` command.
  55. options:
  56. state:
  57. description:
  58. - approve|deny|list Approve, deny, and list are the only supported states for certificates
  59. required: false
  60. default: present
  61. choices:
  62. - present
  63. aliases: []
  64. kubeconfig:
  65. description:
  66. - The path for the kubeconfig file to use for authentication
  67. required: false
  68. default: /etc/origin/master/admin.kubeconfig
  69. aliases: []
  70. debug:
  71. description:
  72. - Turn on debug output.
  73. required: false
  74. default: False
  75. aliases: []
  76. nodes:
  77. description:
  78. - A list of the names of the nodes in which to accept the certificates
  79. required: false
  80. default: None
  81. aliases: []
  82. timeout:
  83. description:
  84. - This flag allows for a timeout value when approving nodes.
  85. required: false
  86. default: 30
  87. aliases: []
  88. timeout:
  89. description:
  90. - This flag allows for a timeout value when doing node approvals.
  91. - A zero value for the timeout will block until the nodes have been accepted
  92. required: false
  93. default: 30
  94. aliases: []
  95. approve_all:
  96. description:
  97. - This flag allows for the module to approve all CSRs that are found.
  98. - This facilitates testing.
  99. required: false
  100. default: False
  101. aliases: []
  102. service_account:
  103. description:
  104. - This parameter tells the approval process which service account is being used for the requests
  105. required: false
  106. default: node-bootstrapper
  107. aliases: []
  108. author:
  109. - "Kenny Woodson <kwoodson@redhat.com>"
  110. extends_documentation_fragment: []
  111. '''
  112. EXAMPLES = '''
  113. - name: Approve certificates for node xyz
  114. oc_adm_scr:
  115. nodes:
  116. - xyz
  117. timeout: 300
  118. - name: Approve certificates for node xyz
  119. oc_adm_scr:
  120. nodes:
  121. - xyz
  122. timeout: 0
  123. '''
  124. # -*- -*- -*- End included fragment: doc/csr -*- -*- -*-
  125. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  126. class YeditException(Exception): # pragma: no cover
  127. ''' Exception class for Yedit '''
  128. pass
  129. # pylint: disable=too-many-public-methods
  130. class Yedit(object): # pragma: no cover
  131. ''' Class to modify yaml files '''
  132. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  133. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  134. com_sep = set(['.', '#', '|', ':'])
  135. # pylint: disable=too-many-arguments
  136. def __init__(self,
  137. filename=None,
  138. content=None,
  139. content_type='yaml',
  140. separator='.',
  141. backup=False):
  142. self.content = content
  143. self._separator = separator
  144. self.filename = filename
  145. self.__yaml_dict = content
  146. self.content_type = content_type
  147. self.backup = backup
  148. self.load(content_type=self.content_type)
  149. if self.__yaml_dict is None:
  150. self.__yaml_dict = {}
  151. @property
  152. def separator(self):
  153. ''' getter method for separator '''
  154. return self._separator
  155. @separator.setter
  156. def separator(self, inc_sep):
  157. ''' setter method for separator '''
  158. self._separator = inc_sep
  159. @property
  160. def yaml_dict(self):
  161. ''' getter method for yaml_dict '''
  162. return self.__yaml_dict
  163. @yaml_dict.setter
  164. def yaml_dict(self, value):
  165. ''' setter method for yaml_dict '''
  166. self.__yaml_dict = value
  167. @staticmethod
  168. def parse_key(key, sep='.'):
  169. '''parse the key allowing the appropriate separator'''
  170. common_separators = list(Yedit.com_sep - set([sep]))
  171. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  172. @staticmethod
  173. def valid_key(key, sep='.'):
  174. '''validate the incoming key'''
  175. common_separators = list(Yedit.com_sep - set([sep]))
  176. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  177. return False
  178. return True
  179. @staticmethod
  180. def remove_entry(data, key, sep='.'):
  181. ''' remove data at location key '''
  182. if key == '' and isinstance(data, dict):
  183. data.clear()
  184. return True
  185. elif key == '' and isinstance(data, list):
  186. del data[:]
  187. return True
  188. if not (key and Yedit.valid_key(key, sep)) and \
  189. isinstance(data, (list, dict)):
  190. return None
  191. key_indexes = Yedit.parse_key(key, sep)
  192. for arr_ind, dict_key in key_indexes[:-1]:
  193. if dict_key and isinstance(data, dict):
  194. data = data.get(dict_key)
  195. elif (arr_ind and isinstance(data, list) and
  196. int(arr_ind) <= len(data) - 1):
  197. data = data[int(arr_ind)]
  198. else:
  199. return None
  200. # process last index for remove
  201. # expected list entry
  202. if key_indexes[-1][0]:
  203. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  204. del data[int(key_indexes[-1][0])]
  205. return True
  206. # expected dict entry
  207. elif key_indexes[-1][1]:
  208. if isinstance(data, dict):
  209. del data[key_indexes[-1][1]]
  210. return True
  211. @staticmethod
  212. def add_entry(data, key, item=None, sep='.'):
  213. ''' Get an item from a dictionary with key notation a.b.c
  214. d = {'a': {'b': 'c'}}}
  215. key = a#b
  216. return c
  217. '''
  218. if key == '':
  219. pass
  220. elif (not (key and Yedit.valid_key(key, sep)) and
  221. isinstance(data, (list, dict))):
  222. return None
  223. key_indexes = Yedit.parse_key(key, sep)
  224. for arr_ind, dict_key in key_indexes[:-1]:
  225. if dict_key:
  226. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  227. data = data[dict_key]
  228. continue
  229. elif data and not isinstance(data, dict):
  230. raise YeditException("Unexpected item type found while going through key " +
  231. "path: {} (at key: {})".format(key, dict_key))
  232. data[dict_key] = {}
  233. data = data[dict_key]
  234. elif (arr_ind and isinstance(data, list) and
  235. int(arr_ind) <= len(data) - 1):
  236. data = data[int(arr_ind)]
  237. else:
  238. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  239. if key == '':
  240. data = item
  241. # process last index for add
  242. # expected list entry
  243. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  244. data[int(key_indexes[-1][0])] = item
  245. # expected dict entry
  246. elif key_indexes[-1][1] and isinstance(data, dict):
  247. data[key_indexes[-1][1]] = item
  248. # didn't add/update to an existing list, nor add/update key to a dict
  249. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  250. # non-existent array
  251. else:
  252. raise YeditException("Error adding to object at path: {}".format(key))
  253. return data
  254. @staticmethod
  255. def get_entry(data, key, sep='.'):
  256. ''' Get an item from a dictionary with key notation a.b.c
  257. d = {'a': {'b': 'c'}}}
  258. key = a.b
  259. return c
  260. '''
  261. if key == '':
  262. pass
  263. elif (not (key and Yedit.valid_key(key, sep)) and
  264. isinstance(data, (list, dict))):
  265. return None
  266. key_indexes = Yedit.parse_key(key, sep)
  267. for arr_ind, dict_key in key_indexes:
  268. if dict_key and isinstance(data, dict):
  269. data = data.get(dict_key)
  270. elif (arr_ind and isinstance(data, list) and
  271. int(arr_ind) <= len(data) - 1):
  272. data = data[int(arr_ind)]
  273. else:
  274. return None
  275. return data
  276. @staticmethod
  277. def _write(filename, contents):
  278. ''' Actually write the file contents to disk. This helps with mocking. '''
  279. tmp_filename = filename + '.yedit'
  280. with open(tmp_filename, 'w') as yfd:
  281. yfd.write(contents)
  282. os.rename(tmp_filename, filename)
  283. def write(self):
  284. ''' write to file '''
  285. if not self.filename:
  286. raise YeditException('Please specify a filename.')
  287. if self.backup and self.file_exists():
  288. shutil.copy(self.filename, self.filename + '.orig')
  289. # Try to set format attributes if supported
  290. try:
  291. self.yaml_dict.fa.set_block_style()
  292. except AttributeError:
  293. pass
  294. # Try to use RoundTripDumper if supported.
  295. try:
  296. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  297. except AttributeError:
  298. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  299. return (True, self.yaml_dict)
  300. def read(self):
  301. ''' read from file '''
  302. # check if it exists
  303. if self.filename is None or not self.file_exists():
  304. return None
  305. contents = None
  306. with open(self.filename) as yfd:
  307. contents = yfd.read()
  308. return contents
  309. def file_exists(self):
  310. ''' return whether file exists '''
  311. if os.path.exists(self.filename):
  312. return True
  313. return False
  314. def load(self, content_type='yaml'):
  315. ''' return yaml file '''
  316. contents = self.read()
  317. if not contents and not self.content:
  318. return None
  319. if self.content:
  320. if isinstance(self.content, dict):
  321. self.yaml_dict = self.content
  322. return self.yaml_dict
  323. elif isinstance(self.content, str):
  324. contents = self.content
  325. # check if it is yaml
  326. try:
  327. if content_type == 'yaml' and contents:
  328. # Try to set format attributes if supported
  329. try:
  330. self.yaml_dict.fa.set_block_style()
  331. except AttributeError:
  332. pass
  333. # Try to use RoundTripLoader if supported.
  334. try:
  335. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  336. except AttributeError:
  337. self.yaml_dict = yaml.safe_load(contents)
  338. # Try to set format attributes if supported
  339. try:
  340. self.yaml_dict.fa.set_block_style()
  341. except AttributeError:
  342. pass
  343. elif content_type == 'json' and contents:
  344. self.yaml_dict = json.loads(contents)
  345. except yaml.YAMLError as err:
  346. # Error loading yaml or json
  347. raise YeditException('Problem with loading yaml file. {}'.format(err))
  348. return self.yaml_dict
  349. def get(self, key):
  350. ''' get a specified key'''
  351. try:
  352. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  353. except KeyError:
  354. entry = None
  355. return entry
  356. def pop(self, path, key_or_item):
  357. ''' remove a key, value pair from a dict or an item for a list'''
  358. try:
  359. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  360. except KeyError:
  361. entry = None
  362. if entry is None:
  363. return (False, self.yaml_dict)
  364. if isinstance(entry, dict):
  365. # AUDIT:maybe-no-member makes sense due to fuzzy types
  366. # pylint: disable=maybe-no-member
  367. if key_or_item in entry:
  368. entry.pop(key_or_item)
  369. return (True, self.yaml_dict)
  370. return (False, self.yaml_dict)
  371. elif isinstance(entry, list):
  372. # AUDIT:maybe-no-member makes sense due to fuzzy types
  373. # pylint: disable=maybe-no-member
  374. ind = None
  375. try:
  376. ind = entry.index(key_or_item)
  377. except ValueError:
  378. return (False, self.yaml_dict)
  379. entry.pop(ind)
  380. return (True, self.yaml_dict)
  381. return (False, self.yaml_dict)
  382. def delete(self, path):
  383. ''' remove path from a dict'''
  384. try:
  385. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  386. except KeyError:
  387. entry = None
  388. if entry is None:
  389. return (False, self.yaml_dict)
  390. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  391. if not result:
  392. return (False, self.yaml_dict)
  393. return (True, self.yaml_dict)
  394. def exists(self, path, value):
  395. ''' check if value exists at path'''
  396. try:
  397. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  398. except KeyError:
  399. entry = None
  400. if isinstance(entry, list):
  401. if value in entry:
  402. return True
  403. return False
  404. elif isinstance(entry, dict):
  405. if isinstance(value, dict):
  406. rval = False
  407. for key, val in value.items():
  408. if entry[key] != val:
  409. rval = False
  410. break
  411. else:
  412. rval = True
  413. return rval
  414. return value in entry
  415. return entry == value
  416. def append(self, path, value):
  417. '''append value to a list'''
  418. try:
  419. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  420. except KeyError:
  421. entry = None
  422. if entry is None:
  423. self.put(path, [])
  424. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  425. if not isinstance(entry, list):
  426. return (False, self.yaml_dict)
  427. # AUDIT:maybe-no-member makes sense due to loading data from
  428. # a serialized format.
  429. # pylint: disable=maybe-no-member
  430. entry.append(value)
  431. return (True, self.yaml_dict)
  432. # pylint: disable=too-many-arguments
  433. def update(self, path, value, index=None, curr_value=None):
  434. ''' put path, value into a dict '''
  435. try:
  436. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  437. except KeyError:
  438. entry = None
  439. if isinstance(entry, dict):
  440. # AUDIT:maybe-no-member makes sense due to fuzzy types
  441. # pylint: disable=maybe-no-member
  442. if not isinstance(value, dict):
  443. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  444. 'value=[{}] type=[{}]'.format(value, type(value)))
  445. entry.update(value)
  446. return (True, self.yaml_dict)
  447. elif isinstance(entry, list):
  448. # AUDIT:maybe-no-member makes sense due to fuzzy types
  449. # pylint: disable=maybe-no-member
  450. ind = None
  451. if curr_value:
  452. try:
  453. ind = entry.index(curr_value)
  454. except ValueError:
  455. return (False, self.yaml_dict)
  456. elif index is not None:
  457. ind = index
  458. if ind is not None and entry[ind] != value:
  459. entry[ind] = value
  460. return (True, self.yaml_dict)
  461. # see if it exists in the list
  462. try:
  463. ind = entry.index(value)
  464. except ValueError:
  465. # doesn't exist, append it
  466. entry.append(value)
  467. return (True, self.yaml_dict)
  468. # already exists, return
  469. if ind is not None:
  470. return (False, self.yaml_dict)
  471. return (False, self.yaml_dict)
  472. def put(self, path, value):
  473. ''' put path, value into a dict '''
  474. try:
  475. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  476. except KeyError:
  477. entry = None
  478. if entry == value:
  479. return (False, self.yaml_dict)
  480. # deepcopy didn't work
  481. # Try to use ruamel.yaml and fallback to pyyaml
  482. try:
  483. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  484. default_flow_style=False),
  485. yaml.RoundTripLoader)
  486. except AttributeError:
  487. tmp_copy = copy.deepcopy(self.yaml_dict)
  488. # set the format attributes if available
  489. try:
  490. tmp_copy.fa.set_block_style()
  491. except AttributeError:
  492. pass
  493. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  494. if result is None:
  495. return (False, self.yaml_dict)
  496. # When path equals "" it is a special case.
  497. # "" refers to the root of the document
  498. # Only update the root path (entire document) when its a list or dict
  499. if path == '':
  500. if isinstance(result, list) or isinstance(result, dict):
  501. self.yaml_dict = result
  502. return (True, self.yaml_dict)
  503. return (False, self.yaml_dict)
  504. self.yaml_dict = tmp_copy
  505. return (True, self.yaml_dict)
  506. def create(self, path, value):
  507. ''' create a yaml file '''
  508. if not self.file_exists():
  509. # deepcopy didn't work
  510. # Try to use ruamel.yaml and fallback to pyyaml
  511. try:
  512. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  513. default_flow_style=False),
  514. yaml.RoundTripLoader)
  515. except AttributeError:
  516. tmp_copy = copy.deepcopy(self.yaml_dict)
  517. # set the format attributes if available
  518. try:
  519. tmp_copy.fa.set_block_style()
  520. except AttributeError:
  521. pass
  522. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  523. if result is not None:
  524. self.yaml_dict = tmp_copy
  525. return (True, self.yaml_dict)
  526. return (False, self.yaml_dict)
  527. @staticmethod
  528. def get_curr_value(invalue, val_type):
  529. '''return the current value'''
  530. if invalue is None:
  531. return None
  532. curr_value = invalue
  533. if val_type == 'yaml':
  534. curr_value = yaml.load(invalue)
  535. elif val_type == 'json':
  536. curr_value = json.loads(invalue)
  537. return curr_value
  538. @staticmethod
  539. def parse_value(inc_value, vtype=''):
  540. '''determine value type passed'''
  541. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  542. 'on', 'On', 'ON', ]
  543. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  544. 'off', 'Off', 'OFF']
  545. # It came in as a string but you didn't specify value_type as string
  546. # we will convert to bool if it matches any of the above cases
  547. if isinstance(inc_value, str) and 'bool' in vtype:
  548. if inc_value not in true_bools and inc_value not in false_bools:
  549. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  550. elif isinstance(inc_value, bool) and 'str' in vtype:
  551. inc_value = str(inc_value)
  552. # There is a special case where '' will turn into None after yaml loading it so skip
  553. if isinstance(inc_value, str) and inc_value == '':
  554. pass
  555. # If vtype is not str then go ahead and attempt to yaml load it.
  556. elif isinstance(inc_value, str) and 'str' not in vtype:
  557. try:
  558. inc_value = yaml.safe_load(inc_value)
  559. except Exception:
  560. raise YeditException('Could not determine type of incoming value. ' +
  561. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  562. return inc_value
  563. @staticmethod
  564. def process_edits(edits, yamlfile):
  565. '''run through a list of edits and process them one-by-one'''
  566. results = []
  567. for edit in edits:
  568. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  569. if edit.get('action') == 'update':
  570. # pylint: disable=line-too-long
  571. curr_value = Yedit.get_curr_value(
  572. Yedit.parse_value(edit.get('curr_value')),
  573. edit.get('curr_value_format'))
  574. rval = yamlfile.update(edit['key'],
  575. value,
  576. edit.get('index'),
  577. curr_value)
  578. elif edit.get('action') == 'append':
  579. rval = yamlfile.append(edit['key'], value)
  580. else:
  581. rval = yamlfile.put(edit['key'], value)
  582. if rval[0]:
  583. results.append({'key': edit['key'], 'edit': rval[1]})
  584. return {'changed': len(results) > 0, 'results': results}
  585. # pylint: disable=too-many-return-statements,too-many-branches
  586. @staticmethod
  587. def run_ansible(params):
  588. '''perform the idempotent crud operations'''
  589. yamlfile = Yedit(filename=params['src'],
  590. backup=params['backup'],
  591. separator=params['separator'])
  592. state = params['state']
  593. if params['src']:
  594. rval = yamlfile.load()
  595. if yamlfile.yaml_dict is None and state != 'present':
  596. return {'failed': True,
  597. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  598. 'file exists, that it is has correct permissions, and is valid yaml.'}
  599. if state == 'list':
  600. if params['content']:
  601. content = Yedit.parse_value(params['content'], params['content_type'])
  602. yamlfile.yaml_dict = content
  603. if params['key']:
  604. rval = yamlfile.get(params['key'])
  605. return {'changed': False, 'result': rval, 'state': state}
  606. elif state == 'absent':
  607. if params['content']:
  608. content = Yedit.parse_value(params['content'], params['content_type'])
  609. yamlfile.yaml_dict = content
  610. if params['update']:
  611. rval = yamlfile.pop(params['key'], params['value'])
  612. else:
  613. rval = yamlfile.delete(params['key'])
  614. if rval[0] and params['src']:
  615. yamlfile.write()
  616. return {'changed': rval[0], 'result': rval[1], 'state': state}
  617. elif state == 'present':
  618. # check if content is different than what is in the file
  619. if params['content']:
  620. content = Yedit.parse_value(params['content'], params['content_type'])
  621. # We had no edits to make and the contents are the same
  622. if yamlfile.yaml_dict == content and \
  623. params['value'] is None:
  624. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  625. yamlfile.yaml_dict = content
  626. # If we were passed a key, value then
  627. # we enapsulate it in a list and process it
  628. # Key, Value passed to the module : Converted to Edits list #
  629. edits = []
  630. _edit = {}
  631. if params['value'] is not None:
  632. _edit['value'] = params['value']
  633. _edit['value_type'] = params['value_type']
  634. _edit['key'] = params['key']
  635. if params['update']:
  636. _edit['action'] = 'update'
  637. _edit['curr_value'] = params['curr_value']
  638. _edit['curr_value_format'] = params['curr_value_format']
  639. _edit['index'] = params['index']
  640. elif params['append']:
  641. _edit['action'] = 'append'
  642. edits.append(_edit)
  643. elif params['edits'] is not None:
  644. edits = params['edits']
  645. if edits:
  646. results = Yedit.process_edits(edits, yamlfile)
  647. # if there were changes and a src provided to us we need to write
  648. if results['changed'] and params['src']:
  649. yamlfile.write()
  650. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  651. # no edits to make
  652. if params['src']:
  653. # pylint: disable=redefined-variable-type
  654. rval = yamlfile.write()
  655. return {'changed': rval[0],
  656. 'result': rval[1],
  657. 'state': state}
  658. # We were passed content but no src, key or value, or edits. Return contents in memory
  659. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  660. return {'failed': True, 'msg': 'Unkown state passed'}
  661. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  662. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  663. # pylint: disable=too-many-lines
  664. # noqa: E301,E302,E303,T001
  665. class OpenShiftCLIError(Exception):
  666. '''Exception class for openshiftcli'''
  667. pass
  668. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  669. def locate_oc_binary():
  670. ''' Find and return oc binary file '''
  671. # https://github.com/openshift/openshift-ansible/issues/3410
  672. # oc can be in /usr/local/bin in some cases, but that may not
  673. # be in $PATH due to ansible/sudo
  674. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  675. oc_binary = 'oc'
  676. # Use shutil.which if it is available, otherwise fallback to a naive path search
  677. try:
  678. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  679. if which_result is not None:
  680. oc_binary = which_result
  681. except AttributeError:
  682. for path in paths:
  683. if os.path.exists(os.path.join(path, oc_binary)):
  684. oc_binary = os.path.join(path, oc_binary)
  685. break
  686. return oc_binary
  687. # pylint: disable=too-few-public-methods
  688. class OpenShiftCLI(object):
  689. ''' Class to wrap the command line tools '''
  690. def __init__(self,
  691. namespace,
  692. kubeconfig='/etc/origin/master/admin.kubeconfig',
  693. verbose=False,
  694. all_namespaces=False):
  695. ''' Constructor for OpenshiftCLI '''
  696. self.namespace = namespace
  697. self.verbose = verbose
  698. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  699. self.all_namespaces = all_namespaces
  700. self.oc_binary = locate_oc_binary()
  701. # Pylint allows only 5 arguments to be passed.
  702. # pylint: disable=too-many-arguments
  703. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  704. ''' replace the current object with the content '''
  705. res = self._get(resource, rname)
  706. if not res['results']:
  707. return res
  708. fname = Utils.create_tmpfile(rname + '-')
  709. yed = Yedit(fname, res['results'][0], separator=sep)
  710. changes = []
  711. for key, value in content.items():
  712. changes.append(yed.put(key, value))
  713. if any([change[0] for change in changes]):
  714. yed.write()
  715. atexit.register(Utils.cleanup, [fname])
  716. return self._replace(fname, force)
  717. return {'returncode': 0, 'updated': False}
  718. def _replace(self, fname, force=False):
  719. '''replace the current object with oc replace'''
  720. # We are removing the 'resourceVersion' to handle
  721. # a race condition when modifying oc objects
  722. yed = Yedit(fname)
  723. results = yed.delete('metadata.resourceVersion')
  724. if results[0]:
  725. yed.write()
  726. cmd = ['replace', '-f', fname]
  727. if force:
  728. cmd.append('--force')
  729. return self.openshift_cmd(cmd)
  730. def _create_from_content(self, rname, content):
  731. '''create a temporary file and then call oc create on it'''
  732. fname = Utils.create_tmpfile(rname + '-')
  733. yed = Yedit(fname, content=content)
  734. yed.write()
  735. atexit.register(Utils.cleanup, [fname])
  736. return self._create(fname)
  737. def _create(self, fname):
  738. '''call oc create on a filename'''
  739. return self.openshift_cmd(['create', '-f', fname])
  740. def _delete(self, resource, name=None, selector=None):
  741. '''call oc delete on a resource'''
  742. cmd = ['delete', resource]
  743. if selector is not None:
  744. cmd.append('--selector={}'.format(selector))
  745. elif name is not None:
  746. cmd.append(name)
  747. else:
  748. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  749. return self.openshift_cmd(cmd)
  750. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  751. '''process a template
  752. template_name: the name of the template to process
  753. create: whether to send to oc create after processing
  754. params: the parameters for the template
  755. template_data: the incoming template's data; instead of a file
  756. '''
  757. cmd = ['process']
  758. if template_data:
  759. cmd.extend(['-f', '-'])
  760. else:
  761. cmd.append(template_name)
  762. if params:
  763. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  764. cmd.append('-v')
  765. cmd.extend(param_str)
  766. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  767. if results['returncode'] != 0 or not create:
  768. return results
  769. fname = Utils.create_tmpfile(template_name + '-')
  770. yed = Yedit(fname, results['results'])
  771. yed.write()
  772. atexit.register(Utils.cleanup, [fname])
  773. return self.openshift_cmd(['create', '-f', fname])
  774. def _get(self, resource, name=None, selector=None):
  775. '''return a resource by name '''
  776. cmd = ['get', resource]
  777. if selector is not None:
  778. cmd.append('--selector={}'.format(selector))
  779. elif name is not None:
  780. cmd.append(name)
  781. cmd.extend(['-o', 'json'])
  782. rval = self.openshift_cmd(cmd, output=True)
  783. # Ensure results are retuned in an array
  784. if 'items' in rval:
  785. rval['results'] = rval['items']
  786. elif not isinstance(rval['results'], list):
  787. rval['results'] = [rval['results']]
  788. return rval
  789. def _schedulable(self, node=None, selector=None, schedulable=True):
  790. ''' perform oadm manage-node scheduable '''
  791. cmd = ['manage-node']
  792. if node:
  793. cmd.extend(node)
  794. else:
  795. cmd.append('--selector={}'.format(selector))
  796. cmd.append('--schedulable={}'.format(schedulable))
  797. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  798. def _list_pods(self, node=None, selector=None, pod_selector=None):
  799. ''' perform oadm list pods
  800. node: the node in which to list pods
  801. selector: the label selector filter if provided
  802. pod_selector: the pod selector filter if provided
  803. '''
  804. cmd = ['manage-node']
  805. if node:
  806. cmd.extend(node)
  807. else:
  808. cmd.append('--selector={}'.format(selector))
  809. if pod_selector:
  810. cmd.append('--pod-selector={}'.format(pod_selector))
  811. cmd.extend(['--list-pods', '-o', 'json'])
  812. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  813. # pylint: disable=too-many-arguments
  814. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  815. ''' perform oadm manage-node evacuate '''
  816. cmd = ['manage-node']
  817. if node:
  818. cmd.extend(node)
  819. else:
  820. cmd.append('--selector={}'.format(selector))
  821. if dry_run:
  822. cmd.append('--dry-run')
  823. if pod_selector:
  824. cmd.append('--pod-selector={}'.format(pod_selector))
  825. if grace_period:
  826. cmd.append('--grace-period={}'.format(int(grace_period)))
  827. if force:
  828. cmd.append('--force')
  829. cmd.append('--evacuate')
  830. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  831. def _version(self):
  832. ''' return the openshift version'''
  833. return self.openshift_cmd(['version'], output=True, output_type='raw')
  834. def _import_image(self, url=None, name=None, tag=None):
  835. ''' perform image import '''
  836. cmd = ['import-image']
  837. image = '{0}'.format(name)
  838. if tag:
  839. image += ':{0}'.format(tag)
  840. cmd.append(image)
  841. if url:
  842. cmd.append('--from={0}/{1}'.format(url, image))
  843. cmd.append('-n{0}'.format(self.namespace))
  844. cmd.append('--confirm')
  845. return self.openshift_cmd(cmd)
  846. def _run(self, cmds, input_data):
  847. ''' Actually executes the command. This makes mocking easier. '''
  848. curr_env = os.environ.copy()
  849. curr_env.update({'KUBECONFIG': self.kubeconfig})
  850. proc = subprocess.Popen(cmds,
  851. stdin=subprocess.PIPE,
  852. stdout=subprocess.PIPE,
  853. stderr=subprocess.PIPE,
  854. env=curr_env)
  855. stdout, stderr = proc.communicate(input_data)
  856. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  857. # pylint: disable=too-many-arguments,too-many-branches
  858. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  859. '''Base command for oc '''
  860. cmds = [self.oc_binary]
  861. if oadm:
  862. cmds.append('adm')
  863. cmds.extend(cmd)
  864. if self.all_namespaces:
  865. cmds.extend(['--all-namespaces'])
  866. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  867. cmds.extend(['-n', self.namespace])
  868. if self.verbose:
  869. print(' '.join(cmds))
  870. try:
  871. returncode, stdout, stderr = self._run(cmds, input_data)
  872. except OSError as ex:
  873. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  874. rval = {"returncode": returncode,
  875. "cmd": ' '.join(cmds)}
  876. if output_type == 'json':
  877. rval['results'] = {}
  878. if output and stdout:
  879. try:
  880. rval['results'] = json.loads(stdout)
  881. except ValueError as verr:
  882. if "No JSON object could be decoded" in verr.args:
  883. rval['err'] = verr.args
  884. elif output_type == 'raw':
  885. rval['results'] = stdout if output else ''
  886. if self.verbose:
  887. print("STDOUT: {0}".format(stdout))
  888. print("STDERR: {0}".format(stderr))
  889. if 'err' in rval or returncode != 0:
  890. rval.update({"stderr": stderr,
  891. "stdout": stdout})
  892. return rval
  893. class Utils(object): # pragma: no cover
  894. ''' utilities for openshiftcli modules '''
  895. @staticmethod
  896. def _write(filename, contents):
  897. ''' Actually write the file contents to disk. This helps with mocking. '''
  898. with open(filename, 'w') as sfd:
  899. sfd.write(str(contents))
  900. @staticmethod
  901. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  902. ''' create a file in tmp with name and contents'''
  903. tmp = Utils.create_tmpfile(prefix=rname)
  904. if ftype == 'yaml':
  905. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  906. # pylint: disable=no-member
  907. if hasattr(yaml, 'RoundTripDumper'):
  908. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  909. else:
  910. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  911. elif ftype == 'json':
  912. Utils._write(tmp, json.dumps(data))
  913. else:
  914. Utils._write(tmp, data)
  915. # Register cleanup when module is done
  916. atexit.register(Utils.cleanup, [tmp])
  917. return tmp
  918. @staticmethod
  919. def create_tmpfile_copy(inc_file):
  920. '''create a temporary copy of a file'''
  921. tmpfile = Utils.create_tmpfile('lib_openshift-')
  922. Utils._write(tmpfile, open(inc_file).read())
  923. # Cleanup the tmpfile
  924. atexit.register(Utils.cleanup, [tmpfile])
  925. return tmpfile
  926. @staticmethod
  927. def create_tmpfile(prefix='tmp'):
  928. ''' Generates and returns a temporary file name '''
  929. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  930. return tmp.name
  931. @staticmethod
  932. def create_tmp_files_from_contents(content, content_type=None):
  933. '''Turn an array of dict: filename, content into a files array'''
  934. if not isinstance(content, list):
  935. content = [content]
  936. files = []
  937. for item in content:
  938. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  939. item['data'],
  940. ftype=content_type)
  941. files.append({'name': os.path.basename(item['path']),
  942. 'path': path})
  943. return files
  944. @staticmethod
  945. def cleanup(files):
  946. '''Clean up on exit '''
  947. for sfile in files:
  948. if os.path.exists(sfile):
  949. if os.path.isdir(sfile):
  950. shutil.rmtree(sfile)
  951. elif os.path.isfile(sfile):
  952. os.remove(sfile)
  953. @staticmethod
  954. def exists(results, _name):
  955. ''' Check to see if the results include the name '''
  956. if not results:
  957. return False
  958. if Utils.find_result(results, _name):
  959. return True
  960. return False
  961. @staticmethod
  962. def find_result(results, _name):
  963. ''' Find the specified result by name'''
  964. rval = None
  965. for result in results:
  966. if 'metadata' in result and result['metadata']['name'] == _name:
  967. rval = result
  968. break
  969. return rval
  970. @staticmethod
  971. def get_resource_file(sfile, sfile_type='yaml'):
  972. ''' return the service file '''
  973. contents = None
  974. with open(sfile) as sfd:
  975. contents = sfd.read()
  976. if sfile_type == 'yaml':
  977. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  978. # pylint: disable=no-member
  979. if hasattr(yaml, 'RoundTripLoader'):
  980. contents = yaml.load(contents, yaml.RoundTripLoader)
  981. else:
  982. contents = yaml.safe_load(contents)
  983. elif sfile_type == 'json':
  984. contents = json.loads(contents)
  985. return contents
  986. @staticmethod
  987. def filter_versions(stdout):
  988. ''' filter the oc version output '''
  989. version_dict = {}
  990. version_search = ['oc', 'openshift', 'kubernetes']
  991. for line in stdout.strip().split('\n'):
  992. for term in version_search:
  993. if not line:
  994. continue
  995. if line.startswith(term):
  996. version_dict[term] = line.split()[-1]
  997. # horrible hack to get openshift version in Openshift 3.2
  998. # By default "oc version in 3.2 does not return an "openshift" version
  999. if "openshift" not in version_dict:
  1000. version_dict["openshift"] = version_dict["oc"]
  1001. return version_dict
  1002. @staticmethod
  1003. def add_custom_versions(versions):
  1004. ''' create custom versions strings '''
  1005. versions_dict = {}
  1006. for tech, version in versions.items():
  1007. # clean up "-" from version
  1008. if "-" in version:
  1009. version = version.split("-")[0]
  1010. if version.startswith('v'):
  1011. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1012. # "v3.3.0.33" is what we have, we want "3.3"
  1013. versions_dict[tech + '_short'] = version[1:4]
  1014. return versions_dict
  1015. @staticmethod
  1016. def openshift_installed():
  1017. ''' check if openshift is installed '''
  1018. import rpm
  1019. transaction_set = rpm.TransactionSet()
  1020. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1021. return rpmquery.count() > 0
  1022. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1023. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1024. @staticmethod
  1025. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1026. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1027. # Currently these values are autogenerated and we do not need to check them
  1028. skip = ['metadata', 'status']
  1029. if skip_keys:
  1030. skip.extend(skip_keys)
  1031. for key, value in result_def.items():
  1032. if key in skip:
  1033. continue
  1034. # Both are lists
  1035. if isinstance(value, list):
  1036. if key not in user_def:
  1037. if debug:
  1038. print('User data does not have key [%s]' % key)
  1039. print('User data: %s' % user_def)
  1040. return False
  1041. if not isinstance(user_def[key], list):
  1042. if debug:
  1043. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1044. return False
  1045. if len(user_def[key]) != len(value):
  1046. if debug:
  1047. print("List lengths are not equal.")
  1048. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1049. print("user_def: %s" % user_def[key])
  1050. print("value: %s" % value)
  1051. return False
  1052. for values in zip(user_def[key], value):
  1053. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1054. if debug:
  1055. print('sending list - list')
  1056. print(type(values[0]))
  1057. print(type(values[1]))
  1058. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1059. if not result:
  1060. print('list compare returned false')
  1061. return False
  1062. elif value != user_def[key]:
  1063. if debug:
  1064. print('value should be identical')
  1065. print(user_def[key])
  1066. print(value)
  1067. return False
  1068. # recurse on a dictionary
  1069. elif isinstance(value, dict):
  1070. if key not in user_def:
  1071. if debug:
  1072. print("user_def does not have key [%s]" % key)
  1073. return False
  1074. if not isinstance(user_def[key], dict):
  1075. if debug:
  1076. print("dict returned false: not instance of dict")
  1077. return False
  1078. # before passing ensure keys match
  1079. api_values = set(value.keys()) - set(skip)
  1080. user_values = set(user_def[key].keys()) - set(skip)
  1081. if api_values != user_values:
  1082. if debug:
  1083. print("keys are not equal in dict")
  1084. print(user_values)
  1085. print(api_values)
  1086. return False
  1087. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1088. if not result:
  1089. if debug:
  1090. print("dict returned false")
  1091. print(result)
  1092. return False
  1093. # Verify each key, value pair is the same
  1094. else:
  1095. if key not in user_def or value != user_def[key]:
  1096. if debug:
  1097. print("value not equal; user_def does not have key")
  1098. print(key)
  1099. print(value)
  1100. if key in user_def:
  1101. print(user_def[key])
  1102. return False
  1103. if debug:
  1104. print('returning true')
  1105. return True
  1106. class OpenShiftCLIConfig(object):
  1107. '''Generic Config'''
  1108. def __init__(self, rname, namespace, kubeconfig, options):
  1109. self.kubeconfig = kubeconfig
  1110. self.name = rname
  1111. self.namespace = namespace
  1112. self._options = options
  1113. @property
  1114. def config_options(self):
  1115. ''' return config options '''
  1116. return self._options
  1117. def to_option_list(self, ascommalist=''):
  1118. '''return all options as a string
  1119. if ascommalist is set to the name of a key, and
  1120. the value of that key is a dict, format the dict
  1121. as a list of comma delimited key=value pairs'''
  1122. return self.stringify(ascommalist)
  1123. def stringify(self, ascommalist=''):
  1124. ''' return the options hash as cli params in a string
  1125. if ascommalist is set to the name of a key, and
  1126. the value of that key is a dict, format the dict
  1127. as a list of comma delimited key=value pairs '''
  1128. rval = []
  1129. for key in sorted(self.config_options.keys()):
  1130. data = self.config_options[key]
  1131. if data['include'] \
  1132. and (data['value'] is not None or isinstance(data['value'], int)):
  1133. if key == ascommalist:
  1134. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1135. else:
  1136. val = data['value']
  1137. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1138. return rval
  1139. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1140. # -*- -*- -*- Begin included fragment: class/oc_adm_csr.py -*- -*- -*-
  1141. class OCcsr(OpenShiftCLI):
  1142. ''' Class to wrap the oc adm certificate command line'''
  1143. kind = 'csr'
  1144. # pylint: disable=too-many-arguments
  1145. def __init__(self,
  1146. nodes=None,
  1147. approve_all=False,
  1148. service_account=None,
  1149. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1150. verbose=False):
  1151. ''' Constructor for oc adm certificate '''
  1152. super(OCcsr, self).__init__(None, kubeconfig, verbose)
  1153. self.service_account = service_account
  1154. self.nodes = self.create_nodes(nodes)
  1155. self._csrs = []
  1156. self.approve_all = approve_all
  1157. self.verbose = verbose
  1158. @property
  1159. def csrs(self):
  1160. '''property for managing csrs'''
  1161. # any processing needed??
  1162. self._csrs = self._get(resource=self.kind)['results'][0]['items']
  1163. return self._csrs
  1164. def create_nodes(self, nodes):
  1165. '''create a node object to track csr signing status'''
  1166. nodes_list = []
  1167. if nodes is None:
  1168. return nodes_list
  1169. results = self._get(resource='nodes')['results'][0]['items']
  1170. for node in nodes:
  1171. nodes_list.append(dict(name=node, csrs={}, accepted=False, denied=False))
  1172. for ocnode in results:
  1173. if node in ocnode['metadata']['name']:
  1174. nodes_list[-1]['accepted'] = True
  1175. return nodes_list
  1176. def get(self):
  1177. '''get the current certificate signing requests'''
  1178. return self.csrs
  1179. @staticmethod
  1180. def action_needed(csr, action):
  1181. '''check to see if csr is in desired state'''
  1182. if csr['status'] == {}:
  1183. return True
  1184. state = csr['status']['conditions'][0]['type']
  1185. if action == 'approve' and state != 'Approved':
  1186. return True
  1187. elif action == 'deny' and state != 'Denied':
  1188. return True
  1189. return False
  1190. def get_csr_request(self, request):
  1191. '''base64 decode the request object and call openssl to determine the
  1192. subject and specifically the CN: from the request
  1193. Output:
  1194. (0, '...
  1195. Subject: O=system:nodes, CN=system:node:ip-172-31-54-54.ec2.internal
  1196. ...')
  1197. '''
  1198. import base64
  1199. return self._run(['openssl', 'req', '-noout', '-text'], base64.b64decode(request))[1]
  1200. def match_node(self, csr):
  1201. '''match an inc csr to a node in self.nodes'''
  1202. for node in self.nodes:
  1203. # we need to match based upon the csr's request certificate's CN
  1204. if node['name'] in self.get_csr_request(csr['spec']['request']):
  1205. node['csrs'][csr['metadata']['name']] = csr
  1206. # check that the username is the node and type is 'Approved'
  1207. if node['name'] in csr['spec']['username'] and csr['status']:
  1208. if csr['status']['conditions'][0]['type'] == 'Approved':
  1209. node['accepted'] = True
  1210. # check type is 'Denied' and mark node as such
  1211. if csr['status'] and csr['status']['conditions'][0]['type'] == 'Denied':
  1212. node['denied'] = True
  1213. return node
  1214. return None
  1215. def finished(self):
  1216. '''determine if there are more csrs to sign'''
  1217. # if nodes is set and we have nodes then return if all nodes are 'accepted'
  1218. if self.nodes is not None and len(self.nodes) > 0:
  1219. return all([node['accepted'] or node['denied'] for node in self.nodes])
  1220. # we are approving everything or we still have nodes outstanding
  1221. return False
  1222. def manage(self, action):
  1223. '''run openshift oc adm ca create-server-cert cmd and store results into self.nodes
  1224. we attempt to verify if the node is one that was given to us to accept.
  1225. action - (allow | deny)
  1226. '''
  1227. results = []
  1228. # There are 2 types of requests:
  1229. # - node-bootstrapper-client-ip-172-31-51-246-ec2-internal
  1230. # The client request allows the client to talk to the api/controller
  1231. # - node-bootstrapper-server-ip-172-31-51-246-ec2-internal
  1232. # The server request allows the server to join the cluster
  1233. # Here we need to determine how to approve/deny
  1234. # we should query the csrs and verify they are from the nodes we thought
  1235. for csr in self.csrs:
  1236. node = self.match_node(csr)
  1237. # oc adm certificate <approve|deny> csr
  1238. # there are 3 known states: Denied, Aprroved, {}
  1239. # verify something is needed by OCcsr.action_needed
  1240. # if approve_all, then do it
  1241. # if you passed in nodes, you must have a node that matches
  1242. if self.approve_all or (node and OCcsr.action_needed(csr, action)):
  1243. result = self.openshift_cmd(['certificate', action, csr['metadata']['name']], oadm=True)
  1244. # client should have service account name in username field
  1245. # server should have node name in username field
  1246. if node and csr['metadata']['name'] not in node['csrs']:
  1247. node['csrs'][csr['metadata']['name']] = csr
  1248. # accept node in cluster
  1249. if node['name'] in csr['spec']['username']:
  1250. node['accepted'] = True
  1251. results.append(result)
  1252. return results
  1253. @staticmethod
  1254. def run_ansible(params, check_mode=False):
  1255. '''run the idempotent ansible code'''
  1256. client = OCcsr(params['nodes'],
  1257. params['approve_all'],
  1258. params['service_account'],
  1259. params['kubeconfig'],
  1260. params['debug'])
  1261. state = params['state']
  1262. api_rval = client.get()
  1263. if state == 'list':
  1264. return {'changed': False, 'results': api_rval, 'state': state}
  1265. if state in ['approve', 'deny']:
  1266. if check_mode:
  1267. return {'changed': True,
  1268. 'msg': "CHECK_MODE: Would have {} the certificate.".format(params['state']),
  1269. 'state': state}
  1270. all_results = []
  1271. finished = False
  1272. timeout = False
  1273. import time
  1274. # loop for timeout or block until all nodes pass
  1275. ctr = 0
  1276. while True:
  1277. all_results.extend(client.manage(params['state']))
  1278. if client.finished():
  1279. finished = True
  1280. break
  1281. if params['timeout'] == 0:
  1282. if not params['approve_all']:
  1283. ctr = 0
  1284. if ctr * 2 > params['timeout']:
  1285. timeout = True
  1286. break
  1287. # This provides time for the nodes to send their csr requests between approvals
  1288. time.sleep(2)
  1289. ctr += 1
  1290. for result in all_results:
  1291. if result['returncode'] != 0:
  1292. return {'failed': True, 'msg': all_results}
  1293. return dict(changed=len(all_results) > 0,
  1294. results=all_results,
  1295. nodes=client.nodes,
  1296. state=state,
  1297. finished=finished,
  1298. timeout=timeout)
  1299. return {'failed': True,
  1300. 'msg': 'Unknown state passed. %s' % state}
  1301. # -*- -*- -*- End included fragment: class/oc_adm_csr.py -*- -*- -*-
  1302. # -*- -*- -*- Begin included fragment: ansible/oc_adm_csr.py -*- -*- -*-
  1303. def main():
  1304. '''
  1305. ansible oc module for approving certificate signing requests
  1306. '''
  1307. module = AnsibleModule(
  1308. argument_spec=dict(
  1309. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1310. state=dict(default='approve', type='str',
  1311. choices=['approve', 'deny', 'list']),
  1312. debug=dict(default=False, type='bool'),
  1313. nodes=dict(default=None, type='list'),
  1314. timeout=dict(default=30, type='int'),
  1315. approve_all=dict(default=False, type='bool'),
  1316. service_account=dict(default='node-bootstrapper', type='str'),
  1317. ),
  1318. supports_check_mode=True,
  1319. mutually_exclusive=[['approve_all', 'nodes']],
  1320. )
  1321. if module.params['nodes'] == []:
  1322. module.fail_json(**dict(failed=True, msg='Please specify hosts.'))
  1323. rval = OCcsr.run_ansible(module.params, module.check_mode)
  1324. if 'failed' in rval:
  1325. return module.fail_json(**rval)
  1326. return module.exit_json(**rval)
  1327. if __name__ == '__main__':
  1328. main()
  1329. # -*- -*- -*- End included fragment: ansible/oc_adm_csr.py -*- -*- -*-